Html Css Color HEX #5F5AF6 Neon Blue

📋 copy color: '#5F5AF6'

red 95 ◦ green 90 ◦ blue 246

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

Shades of Neon Blue #5F5AF6

Tints of Neon Blue #5F5AF6

RGB

 RED value IS 95 (37.5% from 255) = 22.04%

 GREEN value IS 90 (35.55% from 255) = 20.88%

 BLUE value IS 246 (96.48% from 255) = 57.08%

R = 22.04%
G = 20.88%
B = 57.08%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5F5AF6 (or 0x5F5AF6) is known color: Neon Blue. HEX triplet: 5F, 5A and F6. RGB value is (95,90,246). Sum of RGB (Red+Green+Blue) = 95+90+246=431 (57% of max value = 765). Red value is 95 (37.5% from 255 or 22.04% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 246 (96.48% from 255 or 57.08% from 431); Max value from RGB is 246 - color contains mainly: blue. Hex color #5F5AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F5AF6 is #A0A509. Grayscale: #6C6C6C. Windows color (decimal): -10528010 or 16144991. OLE color: 16144991.

HSL color Cylindrical-coordinate representation of color #5F5AF6: hue angle of 241.92º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F5AF6 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 95 90 246 -
CMYK 0.61 0.63 0 0.04
HSL 241.92º 0.9% 0.66% -
HSV(B) 241.92º 0.63% 0.96% -
XYZ 25.01 16.4 89.04 -
YUV 109.28 205.16 117.82 -
System Red Green Blue C M Y K H S L
Decimal 95 90 246 0.61 0.63 0 0.04 241.92 0.9 0.66
Hex 5F 5A F6 3D 3F 0 4 F2 5A 42
Octal 137 132 366 75 77 0 4 362 132 102
Binary 1011111 1011010 11110110 111101 111111 0 100 11110010 1011010 1000010

Color Harmonies of #5F5AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5AF6

Black with #5F5AF6

Text Example


Text Example

White with #5F5AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F5AF6; }

 p { color: rgb(95,90,246); }

 H1.HeaderClassName
 {
   color: #5F5AF6;
 }
 .AnyTagClassName
 {
   color: #5F5AF6;
 }
</style>

background-color css

<style>
 a { background-color: #5F5AF6; }

 a { background-color: rgb(95,90,246); }

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

border-color css

<style>
 span { border-color: #5F5AF6; }

 span { border-color: rgb(95,90,246); }

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