Html Css Color HEX #664FFB Neon Blue

📋 copy color: '#664FFB'

red 102 ◦ green 79 ◦ blue 251

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

Shades of Neon Blue #664FFB

Tints of Neon Blue #664FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.29%

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

R = 23.61%
G = 18.29%
B = 58.1%

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

#664FFB (or 0x664FFB) is known color: Neon Blue. HEX triplet: 66, 4F and FB. RGB value is (102,79,251). Sum of RGB (Red+Green+Blue) = 102+79+251=432 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.61% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #664FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #664FFB is #99B004. Grayscale: #686868. Windows color (decimal): -10072069 or 16469862. OLE color: 16469862.

HSL color Cylindrical-coordinate representation of color #664FFB: hue angle of 248.02º 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 #664FFB is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 79 251 -
CMYK 0.59 0.69 0 0.02
HSL 248.02º 0.96% 0.65% -
HSV(B) 248.02º 0.69% 0.98% -
XYZ 25.69 15.38 92.88 -
YUV 105.49 210.12 125.51 -
System Red Green Blue C M Y K H S L
Decimal 102 79 251 0.59 0.69 0 0.02 248.02 0.96 0.65
Hex 66 4F FB 3B 45 0 2 F8 60 41
Octal 146 117 373 73 105 0 2 370 140 101
Binary 1100110 1001111 11111011 111011 1000101 0 10 11111000 1100000 1000001

Color Harmonies of #664FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664FFB

Black with #664FFB

Text Example


Text Example

White with #664FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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