Html Css Color HEX #5F58EA Neon Blue

📋 copy color: '#5F58EA'

red 95 ◦ green 88 ◦ blue 234

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

Shades of Neon Blue #5F58EA

Tints of Neon Blue #5F58EA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.1%

 BLUE value IS 234 (91.8% from 255) = 56.12%

R = 22.78%
G = 21.1%
B = 56.12%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5F58EA (or 0x5F58EA) is known color: Neon Blue. HEX triplet: 5F, 58 and EA. RGB value is (95,88,234). Sum of RGB (Red+Green+Blue) = 95+88+234=417 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.78% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #5F58EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F58EA is #A0A715. Grayscale: #6A6A6A. Windows color (decimal): -10528534 or 15358047. OLE color: 15358047.

HSL color Cylindrical-coordinate representation of color #5F58EA: hue angle of 242.88º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F58EA is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 88 234 -
CMYK 0.59 0.62 0 0.08
HSL 242.88º 0.78% 0.63% -
HSV(B) 242.88º 0.62% 0.92% -
XYZ 23.06 15.35 79.59 -
YUV 106.74 199.82 119.63 -
System Red Green Blue C M Y K H S L
Decimal 95 88 234 0.59 0.62 0 0.08 242.88 0.78 0.63
Hex 5F 58 EA 3B 3E 0 8 F3 4E 3F
Octal 137 130 352 73 76 0 10 363 116 77
Binary 1011111 1011000 11101010 111011 111110 0 1000 11110011 1001110 111111

Color Harmonies of #5F58EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F58EA

Black with #5F58EA

Text Example


Text Example

White with #5F58EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,88,234); }

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

background-color css

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

 a { background-color: rgb(95,88,234); }

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

border-color css

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

 span { border-color: rgb(95,88,234); }

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