#5f42ed

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

Shades of Neon Blue #5F42ED

Tints of Neon Blue #5F42ED

Color information

#5F42ED (or 0x5F42ED) is unknown color: approx Neon Blue. HEX triplet: 5F, 42 and ED. RGB value is (95,66,237). Sum of RGB (Red+Green+Blue) = 95+66+237=398 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.87% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 237 (92.97% from 255 or 59.55% from 398); Max value from RGB is 237 - color contains mainly: blue. Hex color #5F42ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F42ED is #A0BD12. Grayscale: #5D5D5D. Windows color (decimal): -10534163 or 15549023. OLE color: 15549023.

HSL color Cylindrical-coordinate representation of color #5F42ED: hue angle of 250.18º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F42ED is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9566237-
CMYK0.600.7200.07
HSL250.18º82.61%59.41%-
HSV(B)250.18º72.15%92.94%-
XYZ21.9512.4481.37-
YUV94.16208.61128.6-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.87%
GREEN value IS 66 (26.17% from 255) = 16.58%
BLUE value IS 237 (92.97% from 255) = 59.55%
R=23.87%
G=16.58%
B=59.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal95662370.600.7200.07250.1882.6159.41
Hex5F42ED3C4807fa533b
Octal137102355741100737212373
Binary101111110000101110110111110010010000111111110101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f42ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,66,237); }

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

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

 a { background-color: rgb(95,66,237); }

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

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

 span { border-color: rgb(95,66,237); }

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