Html Css Color HEX #664CF0 Neon Blue

📋 copy color: '#664CF0'

red 102 ◦ green 76 ◦ blue 240

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

Shades of Neon Blue #664CF0

Tints of Neon Blue #664CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 57.42%

R = 24.4%
G = 18.18%
B = 57.42%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#664CF0 (or 0x664CF0) is known color: Neon Blue. HEX triplet: 66, 4C and F0. RGB value is (102,76,240). Sum of RGB (Red+Green+Blue) = 102+76+240=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 240 (94.14% from 255 or 57.42% from 418); Max value from RGB is 240 - color contains mainly: blue. Hex color #664CF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #664CF0 is #99B30F. Grayscale: #656565. Windows color (decimal): -10072848 or 15748198. OLE color: 15748198.

HSL color Cylindrical-coordinate representation of color #664CF0: hue angle of 249.51º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #664CF0 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 102 76 240 -
CMYK 0.58 0.68 0 0.06
HSL 249.51º 0.85% 0.62% -
HSV(B) 249.51º 0.68% 0.94% -
XYZ 23.79 14.28 83.94 -
YUV 102.47 205.61 127.66 -
System Red Green Blue C M Y K H S L
Decimal 102 76 240 0.58 0.68 0 0.06 249.51 0.85 0.62
Hex 66 4C F0 3A 44 0 6 FA 55 3E
Octal 146 114 360 72 104 0 6 372 125 76
Binary 1100110 1001100 11110000 111010 1000100 0 110 11111010 1010101 111110

Color Harmonies of #664CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664CF0

Black with #664CF0

Text Example


Text Example

White with #664CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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