Html Css Color HEX #664DFF Neon Blue

📋 copy color: '#664DFF'

red 102 ◦ green 77 ◦ blue 255

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

Shades of Neon Blue #664DFF

Tints of Neon Blue #664DFF

RGB

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

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

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

R = 23.5%
G = 17.74%
B = 58.76%

CMYK

 C value IS 0.6

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#664DFF (or 0x664DFF) is known color: Neon Blue. HEX triplet: 66, 4D and FF. RGB value is (102,77,255). Sum of RGB (Red+Green+Blue) = 102+77+255=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #664DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #664DFF is #99B200. Grayscale: #686868. Windows color (decimal): -10072577 or 16731494. OLE color: 16731494.

HSL color Cylindrical-coordinate representation of color #664DFF: hue angle of 248.43º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #664DFF is Cyan = 0.6, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 102 77 255 -
CMYK 0.6 0.70 0 0
HSL 248.43º 1% 0.65% -
HSV(B) 248.43º 0.7% 1% -
XYZ 26.18 15.35 96.19 -
YUV 104.77 212.78 126.03 -
System Red Green Blue C M Y K H S L
Decimal 102 77 255 0.6 0.70 0 0 248.43 1 0.65
Hex 66 4D FF 3C 46 0 0 F8 64 41
Octal 146 115 377 74 106 0 0 370 144 101
Binary 1100110 1001101 11111111 111100 1000110 0 0 11111000 1100100 1000001

Color Harmonies of #664DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664DFF

Black with #664DFF

Text Example


Text Example

White with #664DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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