#5F46EE

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

Shades of Neon Blue #5F46EE

Tints of Neon Blue #5F46EE

Color information

#5F46EE (or 0x5F46EE) is unknown color: approx Neon Blue. HEX triplet: 5F, 46 and EE. RGB value is (95,70,238). Sum of RGB (Red+Green+Blue) = 95+70+238=403 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.57% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 238 (93.36% from 255 or 59.06% from 403); Max value from RGB is 238 - color contains mainly: blue. Hex color #5F46EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F46EE is #A0B911. Grayscale: #5F5F5F. Windows color (decimal): -10533138 or 15615583. OLE color: 15615583.

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

Color convert

RGB9570238-
CMYK0.600.7100.07
HSL248.93º83.17%60.39%-
HSV(B)248.93º70.59%93.33%-
XYZ22.3412.9982.22-
YUV96.63207.78126.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.57%
GREEN value IS 70 (27.73% from 255) = 17.37%
BLUE value IS 238 (93.36% from 255) = 59.06%
R=23.57%
G=17.37%
B=59.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal95702380.600.7100.07248.9383.1760.39
Hex5F46EE3C4707f9533c
Octal137106356741070737112374
Binary101111110001101110111011110010001110111111110011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F46EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,70,238); }

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

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

 a { background-color: rgb(95,70,238); }

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

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

 span { border-color: rgb(95,70,238); }

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