Html Css Color HEX #5F3BEC Neon Blue

📋 copy color: '#5F3BEC'

red 95 ◦ green 59 ◦ blue 236

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

Shades of Neon Blue #5F3BEC

Tints of Neon Blue #5F3BEC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.13%

 BLUE value IS 236 (92.58% from 255) = 60.51%

R = 24.36%
G = 15.13%
B = 60.51%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5F3BEC (or 0x5F3BEC) is known color: Neon Blue. HEX triplet: 5F, 3B and EC. RGB value is (95,59,236). Sum of RGB (Red+Green+Blue) = 95+59+236=390 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.36% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 236 (92.58% from 255 or 60.51% from 390); Max value from RGB is 236 - color contains mainly: blue. Hex color #5F3BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F3BEC is #A0C413. Grayscale: #595959. Windows color (decimal): -10535956 or 15481695. OLE color: 15481695.

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

Color convert

RGB 95 59 236 -
CMYK 0.60 0.75 0 0.07
HSL 252.2º 0.82% 0.58% -
HSV(B) 252.2º 0.75% 0.93% -
XYZ 21.42 11.62 80.47 -
YUV 89.94 210.43 131.61 -
System Red Green Blue C M Y K H S L
Decimal 95 59 236 0.60 0.75 0 0.07 252.2 0.82 0.58
Hex 5F 3B EC 3C 4B 0 7 FC 52 3A
Octal 137 73 354 74 113 0 7 374 122 72
Binary 1011111 111011 11101100 111100 1001011 0 111 11111100 1010010 111010

Color Harmonies of #5F3BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3BEC

Black with #5F3BEC

Text Example


Text Example

White with #5F3BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,59,236); }

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

background-color css

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

 a { background-color: rgb(95,59,236); }

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

border-color css

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

 span { border-color: rgb(95,59,236); }

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