Html Css Color HEX #5E4BFB Neon Blue

📋 copy color: '#5E4BFB'

red 94 ◦ green 75 ◦ blue 251

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

Shades of Neon Blue #5E4BFB

Tints of Neon Blue #5E4BFB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.86%

 BLUE value IS 251 (98.44% from 255) = 59.76%

R = 22.38%
G = 17.86%
B = 59.76%

CMYK

 C value IS 0.63

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E4BFB (or 0x5E4BFB) is known color: Neon Blue. HEX triplet: 5E, 4B and FB. RGB value is (94,75,251). Sum of RGB (Red+Green+Blue) = 94+75+251=420 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.38% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #5E4BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E4BFB is #A1B404. Grayscale: #646464. Windows color (decimal): -10597381 or 16468830. OLE color: 16468830.

HSL color Cylindrical-coordinate representation of color #5E4BFB: hue angle of 246.48º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E4BFB is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 75 251 -
CMYK 0.63 0.70 0 0.02
HSL 246.48º 0.96% 0.64% -
HSV(B) 246.48º 0.7% 0.98% -
XYZ 24.54 14.38 92.75 -
YUV 100.75 212.79 123.19 -
System Red Green Blue C M Y K H S L
Decimal 94 75 251 0.63 0.70 0 0.02 246.48 0.96 0.64
Hex 5E 4B FB 3F 46 0 2 F6 60 40
Octal 136 113 373 77 106 0 2 366 140 100
Binary 1011110 1001011 11111011 111111 1000110 0 10 11110110 1100000 1000000

Color Harmonies of #5E4BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4BFB

Black with #5E4BFB

Text Example


Text Example

White with #5E4BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,75,251); }

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

background-color css

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

 a { background-color: rgb(94,75,251); }

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

border-color css

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

 span { border-color: rgb(94,75,251); }

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