Html Css Color HEX #664AFE Neon Blue

📋 copy color: '#664AFE'

red 102 ◦ green 74 ◦ blue 254

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

Shades of Neon Blue #664AFE

Tints of Neon Blue #664AFE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.21%

 BLUE value IS 254 (99.61% from 255) = 59.07%

R = 23.72%
G = 17.21%
B = 59.07%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#664AFE (or 0x664AFE) is known color: Neon Blue. HEX triplet: 66, 4A and FE. RGB value is (102,74,254). Sum of RGB (Red+Green+Blue) = 102+74+254=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #664AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #664AFE is #99B501. Grayscale: #666666. Windows color (decimal): -10073346 or 16665190. OLE color: 16665190.

HSL color Cylindrical-coordinate representation of color #664AFE: hue angle of 249.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #664AFE is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 102 74 254 -
CMYK 0.60 0.71 0 0.00
HSL 249.33º 0.99% 0.64% -
HSV(B) 249.33º 0.71% 1% -
XYZ 25.82 14.88 95.28 -
YUV 102.89 213.28 127.36 -
System Red Green Blue C M Y K H S L
Decimal 102 74 254 0.60 0.71 0 0.00 249.33 0.99 0.64
Hex 66 4A FE 3C 47 0 0 F9 63 40
Octal 146 112 376 74 107 0 0 371 143 100
Binary 1100110 1001010 11111110 111100 1000111 0 0 11111001 1100011 1000000

Color Harmonies of #664AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664AFE

Black with #664AFE

Text Example


Text Example

White with #664AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664AFE; }

 p { color: rgb(102,74,254); }

 H1.HeaderClassName
 {
   color: #664AFE;
 }
 .AnyTagClassName
 {
   color: #664AFE;
 }
</style>

background-color css

<style>
 a { background-color: #664AFE; }

 a { background-color: rgb(102,74,254); }

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

border-color css

<style>
 span { border-color: #664AFE; }

 span { border-color: rgb(102,74,254); }

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