Html Css Color HEX #5E5FEB Neon Blue

📋 copy color: '#5E5FEB'

red 94 ◦ green 95 ◦ blue 235

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

Shades of Neon Blue #5E5FEB

Tints of Neon Blue #5E5FEB

RGB

 RED value IS 94 (37.11% from 255) = 22.17%

 GREEN value IS 95 (37.5% from 255) = 22.41%

 BLUE value IS 235 (92.19% from 255) = 55.42%

R = 22.17%
G = 22.41%
B = 55.42%

CMYK

 C value IS 0.6

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E5FEB (or 0x5E5FEB) is known color: Neon Blue. HEX triplet: 5E, 5F and EB. RGB value is (94,95,235). Sum of RGB (Red+Green+Blue) = 94+95+235=424 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.17% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E5FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E5FEB is #A1A014. Grayscale: #6E6E6E. Windows color (decimal): -10592277 or 15425374. OLE color: 15425374.

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

Color convert

RGB 94 95 235 -
CMYK 0.6 0.60 0 0.08
HSL 239.57º 0.78% 0.65% -
HSV(B) 239.57º 0.6% 0.92% -
XYZ 23.7 16.56 80.54 -
YUV 110.66 198.17 116.12 -
System Red Green Blue C M Y K H S L
Decimal 94 95 235 0.6 0.60 0 0.08 239.57 0.78 0.65
Hex 5E 5F EB 3C 3C 0 8 F0 4E 41
Octal 136 137 353 74 74 0 10 360 116 101
Binary 1011110 1011111 11101011 111100 111100 0 1000 11110000 1001110 1000001

Color Harmonies of #5E5FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5FEB

Black with #5E5FEB

Text Example


Text Example

White with #5E5FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,95,235); }

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

background-color css

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

 a { background-color: rgb(94,95,235); }

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

border-color css

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

 span { border-color: rgb(94,95,235); }

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