#5f4cef

Color #5F4CEF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #5F4CEF

Tints of Neon Blue #5F4CEF

Color information

#5F4CEF (or 0x5F4CEF) is unknown color: approx Neon Blue. HEX triplet: 5F, 4C and EF. RGB value is (95,76,239). Sum of RGB (Red+Green+Blue) = 95+76+239=410 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.17% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 239 (93.75% from 255 or 58.29% from 410); Max value from RGB is 239 - color contains mainly: blue. Hex color #5F4CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F4CEF is #A0B310. Grayscale: #636363. Windows color (decimal): -10531601 or 15682655. OLE color: 15682655.

HSL color Cylindrical-coordinate representation of color #5F4CEF: hue angle of 246.99º degrees, saturation: 0.84, 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 #5F4CEF is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9576239-
CMYK0.600.6800.06
HSL246.99º83.59%61.76%-
HSV(B)246.99º68.2%93.73%-
XYZ22.8813.8383.13-
YUV100.26206.29124.25-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.17%
GREEN value IS 76 (30.08% from 255) = 18.54%
BLUE value IS 239 (93.75% from 255) = 58.29%
R=23.17%
G=18.54%
B=58.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal95762390.600.6800.06246.9983.5961.76
Hex5F4CEF3C4406f7543e
Octal137114357741040636712476
Binary101111110011001110111111110010001000110111101111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f4cef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,76,239); }

 H1.HeaderClassName
 {
   color: #5f4cef;
 }
 .AnyTagClassName
 {
   color: #5f4cef;
 }
</style>
background-color css

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

 a { background-color: rgb(95,76,239); }

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

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

 span { border-color: rgb(95,76,239); }

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