Html Css Color HEX #6641FF Neon Blue

📋 copy color: '#6641FF'

red 102 ◦ green 65 ◦ blue 255

#6641FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #6641FF

Tints of Neon Blue #6641FF

RGB

 RED value IS 102 (40.23% from 255) = 24.17%

 GREEN value IS 65 (25.78% from 255) = 15.4%

 BLUE value IS 255 (100% from 255) = 60.43%

R = 24.17%
G = 15.4%
B = 60.43%

CMYK

 C value IS 0.6

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6641FF (or 0x6641FF) is known color: Neon Blue. HEX triplet: 66, 41 and FF. RGB value is (102,65,255). Sum of RGB (Red+Green+Blue) = 102+65+255=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #6641FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6641FF is #99BE00. Grayscale: #616161. Windows color (decimal): -10075649 or 16728422. OLE color: 16728422.

HSL color Cylindrical-coordinate representation of color #6641FF: hue angle of 251.68º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6641FF is Cyan = 0.6, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 102 65 255 -
CMYK 0.6 0.75 0 0
HSL 251.68º 1% 0.63% -
HSV(B) 251.68º 0.75% 1% -
XYZ 25.42 13.83 95.94 -
YUV 97.72 216.76 131.05 -
System Red Green Blue C M Y K H S L
Decimal 102 65 255 0.6 0.75 0 0 251.68 1 0.63
Hex 66 41 FF 3C 4B 0 0 FC 64 3F
Octal 146 101 377 74 113 0 0 374 144 77
Binary 1100110 1000001 11111111 111100 1001011 0 0 11111100 1100100 111111

Color Harmonies of #6641FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6641FF

Black with #6641FF

Text Example


Text Example

White with #6641FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6641FF; }

 p { color: rgb(102,65,255); }

 H1.HeaderClassName
 {
   color: #6641FF;
 }
 .AnyTagClassName
 {
   color: #6641FF;
 }
</style>

background-color css

<style>
 a { background-color: #6641FF; }

 a { background-color: rgb(102,65,255); }

 div.DivClassName
 {
   background-color: #6641FF;
 }
 .BgClassName
 {
   background-color: #6641FF;
 }
</style>

border-color css

<style>
 span { border-color: #6641FF; }

 span { border-color: rgb(102,65,255); }

 td.TdClassName
 {
   border-color: #6641FF;
 }
 .TagClassName
 {
   border-color: #6641FF;
 }
</style>