Html Css Color HEX #5E5BF2 Neon Blue

📋 copy color: '#5E5BF2'

red 94 ◦ green 91 ◦ blue 242

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

Shades of Neon Blue #5E5BF2

Tints of Neon Blue #5E5BF2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.31%

 BLUE value IS 242 (94.92% from 255) = 56.67%

R = 22.01%
G = 21.31%
B = 56.67%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5E5BF2 (or 0x5E5BF2) is known color: Neon Blue. HEX triplet: 5E, 5B and F2. RGB value is (94,91,242). Sum of RGB (Red+Green+Blue) = 94+91+242=427 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.01% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 242 (94.92% from 255 or 56.67% from 427); Max value from RGB is 242 - color contains mainly: blue. Hex color #5E5BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E5BF2 is #A1A40D. Grayscale: #6C6C6C. Windows color (decimal): -10593294 or 15883102. OLE color: 15883102.

HSL color Cylindrical-coordinate representation of color #5E5BF2: hue angle of 241.19º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E5BF2 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 94 91 242 -
CMYK 0.61 0.62 0 0.05
HSL 241.19º 0.85% 0.65% -
HSV(B) 241.19º 0.62% 0.95% -
XYZ 24.38 16.27 85.86 -
YUV 109.11 202.99 117.22 -
System Red Green Blue C M Y K H S L
Decimal 94 91 242 0.61 0.62 0 0.05 241.19 0.85 0.65
Hex 5E 5B F2 3D 3E 0 5 F1 55 41
Octal 136 133 362 75 76 0 5 361 125 101
Binary 1011110 1011011 11110010 111101 111110 0 101 11110001 1010101 1000001

Color Harmonies of #5E5BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5BF2

Black with #5E5BF2

Text Example


Text Example

White with #5E5BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,91,242); }

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

background-color css

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

 a { background-color: rgb(94,91,242); }

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

border-color css

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

 span { border-color: rgb(94,91,242); }

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