Html Css Color HEX #5F3EEF Neon Blue

📋 copy color: '#5F3EEF'

red 95 ◦ green 62 ◦ blue 239

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

Shades of Neon Blue #5F3EEF

Tints of Neon Blue #5F3EEF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.66%

 BLUE value IS 239 (93.75% from 255) = 60.35%

R = 23.99%
G = 15.66%
B = 60.35%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5F3EEF (or 0x5F3EEF) is known color: Neon Blue. HEX triplet: 5F, 3E and EF. RGB value is (95,62,239). Sum of RGB (Red+Green+Blue) = 95+62+239=396 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.99% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #5F3EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F3EEF is #A0C110. Grayscale: #5B5B5B. Windows color (decimal): -10535185 or 15679071. OLE color: 15679071.

HSL color Cylindrical-coordinate representation of color #5F3EEF: hue angle of 251.19º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F3EEF is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 95 62 239 -
CMYK 0.60 0.74 0 0.06
HSL 251.19º 0.85% 0.59% -
HSV(B) 251.19º 0.74% 0.94% -
XYZ 22.02 12.11 82.84 -
YUV 92.05 210.93 130.11 -
System Red Green Blue C M Y K H S L
Decimal 95 62 239 0.60 0.74 0 0.06 251.19 0.85 0.59
Hex 5F 3E EF 3C 4A 0 6 FB 55 3B
Octal 137 76 357 74 112 0 6 373 125 73
Binary 1011111 111110 11101111 111100 1001010 0 110 11111011 1010101 111011

Color Harmonies of #5F3EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3EEF

Black with #5F3EEF

Text Example


Text Example

White with #5F3EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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