Html Css Color HEX #664CFF Neon Blue

📋 copy color: '#664CFF'

red 102 ◦ green 76 ◦ blue 255

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

Shades of Neon Blue #664CFF

Tints of Neon Blue #664CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.55%

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

R = 23.56%
G = 17.55%
B = 58.89%

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

#664CFF (or 0x664CFF) is known color: Neon Blue. HEX triplet: 66, 4C and FF. RGB value is (102,76,255). Sum of RGB (Red+Green+Blue) = 102+76+255=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #664CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #664CFF is #99B300. Grayscale: #676767. Windows color (decimal): -10072833 or 16731238. OLE color: 16731238.

HSL color Cylindrical-coordinate representation of color #664CFF: hue angle of 248.72º 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 #664CFF is Cyan = 0.6, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 102 76 255 -
CMYK 0.6 0.70 0 0
HSL 248.72º 1% 0.65% -
HSV(B) 248.72º 0.7% 1% -
XYZ 26.11 15.21 96.17 -
YUV 104.18 213.11 126.45 -
System Red Green Blue C M Y K H S L
Decimal 102 76 255 0.6 0.70 0 0 248.72 1 0.65
Hex 66 4C FF 3C 46 0 0 F9 64 41
Octal 146 114 377 74 106 0 0 371 144 101
Binary 1100110 1001100 11111111 111100 1000110 0 0 11111001 1100100 1000001

Color Harmonies of #664CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664CFF

Black with #664CFF

Text Example


Text Example

White with #664CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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