Html Css Color HEX #5E5FEE Neon Blue

📋 copy color: '#5E5FEE'

red 94 ◦ green 95 ◦ blue 238

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

Shades of Neon Blue #5E5FEE

Tints of Neon Blue #5E5FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.74%

R = 22.01%
G = 22.25%
B = 55.74%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5E5FEE (or 0x5E5FEE) is known color: Neon Blue. HEX triplet: 5E, 5F and EE. RGB value is (94,95,238). Sum of RGB (Red+Green+Blue) = 94+95+238=427 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.01% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 238 (93.36% from 255 or 55.74% from 427); Max value from RGB is 238 - color contains mainly: blue. Hex color #5E5FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E5FEE is #A1A011. Grayscale: #6E6E6E. Windows color (decimal): -10592274 or 15621982. OLE color: 15621982.

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

Color convert

RGB 94 95 238 -
CMYK 0.61 0.60 0 0.07
HSL 239.58º 0.81% 0.65% -
HSV(B) 239.58º 0.61% 0.93% -
XYZ 24.14 16.74 82.85 -
YUV 111 199.67 115.87 -
System Red Green Blue C M Y K H S L
Decimal 94 95 238 0.61 0.60 0 0.07 239.58 0.81 0.65
Hex 5E 5F EE 3D 3C 0 7 F0 51 41
Octal 136 137 356 75 74 0 7 360 121 101
Binary 1011110 1011111 11101110 111101 111100 0 111 11110000 1010001 1000001

Color Harmonies of #5E5FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5FEE

Black with #5E5FEE

Text Example


Text Example

White with #5E5FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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