Html Css Color HEX #664DFC Neon Blue

📋 copy color: '#664DFC'

red 102 ◦ green 77 ◦ blue 252

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

Shades of Neon Blue #664DFC

Tints of Neon Blue #664DFC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.87%

 BLUE value IS 252 (98.83% from 255) = 58.47%

R = 23.67%
G = 17.87%
B = 58.47%

CMYK

 C value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#664DFC (or 0x664DFC) is known color: Neon Blue. HEX triplet: 66, 4D and FC. RGB value is (102,77,252). Sum of RGB (Red+Green+Blue) = 102+77+252=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #664DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #664DFC is #99B203. Grayscale: #676767. Windows color (decimal): -10072580 or 16534886. OLE color: 16534886.

HSL color Cylindrical-coordinate representation of color #664DFC: hue angle of 248.57º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #664DFC is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 77 252 -
CMYK 0.60 0.69 0 0.01
HSL 248.57º 0.97% 0.65% -
HSV(B) 248.57º 0.69% 0.99% -
XYZ 25.7 15.16 93.67 -
YUV 104.43 211.28 126.27 -
System Red Green Blue C M Y K H S L
Decimal 102 77 252 0.60 0.69 0 0.01 248.57 0.97 0.65
Hex 66 4D FC 3C 45 0 1 F9 61 41
Octal 146 115 374 74 105 0 1 371 141 101
Binary 1100110 1001101 11111100 111100 1000101 0 1 11111001 1100001 1000001

Color Harmonies of #664DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664DFC

Black with #664DFC

Text Example


Text Example

White with #664DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,77,252); }

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

background-color css

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

 a { background-color: rgb(102,77,252); }

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

border-color css

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

 span { border-color: rgb(102,77,252); }

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