Html Css Color HEX #664FF2 Neon Blue

📋 copy color: '#664FF2'

red 102 ◦ green 79 ◦ blue 242

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

Shades of Neon Blue #664FF2

Tints of Neon Blue #664FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 57.21%

R = 24.11%
G = 18.68%
B = 57.21%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#664FF2 (or 0x664FF2) is known color: Neon Blue. HEX triplet: 66, 4F and F2. RGB value is (102,79,242). Sum of RGB (Red+Green+Blue) = 102+79+242=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 242 (94.92% from 255 or 57.21% from 423); Max value from RGB is 242 - color contains mainly: blue. Hex color #664FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #664FF2 is #99B00D. Grayscale: #676767. Windows color (decimal): -10072078 or 15880038. OLE color: 15880038.

HSL color Cylindrical-coordinate representation of color #664FF2: hue angle of 248.47º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #664FF2 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 79 242 -
CMYK 0.58 0.67 0 0.05
HSL 248.47º 0.86% 0.63% -
HSV(B) 248.47º 0.67% 0.95% -
XYZ 24.3 14.83 85.59 -
YUV 104.46 205.62 126.25 -
System Red Green Blue C M Y K H S L
Decimal 102 79 242 0.58 0.67 0 0.05 248.47 0.86 0.63
Hex 66 4F F2 3A 43 0 5 F8 56 3F
Octal 146 117 362 72 103 0 5 370 126 77
Binary 1100110 1001111 11110010 111010 1000011 0 101 11111000 1010110 111111

Color Harmonies of #664FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664FF2

Black with #664FF2

Text Example


Text Example

White with #664FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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