Html Css Color HEX #5B5FEA Neon Blue

📋 copy color: '#5B5FEA'

red 91 ◦ green 95 ◦ blue 234

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

Shades of Neon Blue #5B5FEA

Tints of Neon Blue #5B5FEA

RGB

 RED value IS 91 (35.94% from 255) = 21.67%

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

 BLUE value IS 234 (91.8% from 255) = 55.71%

R = 21.67%
G = 22.62%
B = 55.71%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5B5FEA (or 0x5B5FEA) is known color: Neon Blue. HEX triplet: 5B, 5F and EA. RGB value is (91,95,234). Sum of RGB (Red+Green+Blue) = 91+95+234=420 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.67% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 234 (91.80% from 255 or 55.71% from 420); Max value from RGB is 234 - color contains mainly: blue. Hex color #5B5FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B5FEA is #A4A015. Grayscale: #6D6D6D. Windows color (decimal): -10788886 or 15359835. OLE color: 15359835.

HSL color Cylindrical-coordinate representation of color #5B5FEA: hue angle of 238.32º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B5FEA is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 91 95 234 -
CMYK 0.61 0.59 0 0.08
HSL 238.32º 0.77% 0.64% -
HSV(B) 238.32º 0.61% 0.92% -
XYZ 23.26 16.35 79.77 -
YUV 109.65 198.17 114.7 -
System Red Green Blue C M Y K H S L
Decimal 91 95 234 0.61 0.59 0 0.08 238.32 0.77 0.64
Hex 5B 5F EA 3D 3B 0 8 EE 4D 40
Octal 133 137 352 75 73 0 10 356 115 100
Binary 1011011 1011111 11101010 111101 111011 0 1000 11101110 1001101 1000000

Color Harmonies of #5B5FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5FEA

Black with #5B5FEA

Text Example


Text Example

White with #5B5FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,95,234); }

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

background-color css

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

 a { background-color: rgb(91,95,234); }

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

border-color css

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

 span { border-color: rgb(91,95,234); }

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