Html Css Color HEX #664EFB Neon Blue

📋 copy color: '#664EFB'

red 102 ◦ green 78 ◦ blue 251

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

Shades of Neon Blue #664EFB

Tints of Neon Blue #664EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.1%

 BLUE value IS 251 (98.44% from 255) = 58.24%

R = 23.67%
G = 18.1%
B = 58.24%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#664EFB (or 0x664EFB) is known color: Neon Blue. HEX triplet: 66, 4E and FB. RGB value is (102,78,251). Sum of RGB (Red+Green+Blue) = 102+78+251=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #664EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #664EFB is #99B104. Grayscale: #686868. Windows color (decimal): -10072325 or 16469606. OLE color: 16469606.

HSL color Cylindrical-coordinate representation of color #664EFB: hue angle of 248.32º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #664EFB is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 78 251 -
CMYK 0.59 0.69 0 0.02
HSL 248.32º 0.96% 0.65% -
HSV(B) 248.32º 0.69% 0.98% -
XYZ 25.62 15.24 92.86 -
YUV 104.9 210.45 125.93 -
System Red Green Blue C M Y K H S L
Decimal 102 78 251 0.59 0.69 0 0.02 248.32 0.96 0.65
Hex 66 4E FB 3B 45 0 2 F8 60 41
Octal 146 116 373 73 105 0 2 370 140 101
Binary 1100110 1001110 11111011 111011 1000101 0 10 11111000 1100000 1000001

Color Harmonies of #664EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664EFB

Black with #664EFB

Text Example


Text Example

White with #664EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,78,251); }

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

background-color css

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

 a { background-color: rgb(102,78,251); }

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

border-color css

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

 span { border-color: rgb(102,78,251); }

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