Html Css Color HEX #5B5CEF Neon Blue

📋 copy color: '#5B5CEF'

red 91 ◦ green 92 ◦ blue 239

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

Shades of Neon Blue #5B5CEF

Tints of Neon Blue #5B5CEF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.8%

 BLUE value IS 239 (93.75% from 255) = 56.64%

R = 21.56%
G = 21.8%
B = 56.64%

CMYK

 C value IS 0.62

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5B5CEF (or 0x5B5CEF) is known color: Neon Blue. HEX triplet: 5B, 5C and EF. RGB value is (91,92,239). Sum of RGB (Red+Green+Blue) = 91+92+239=422 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.56% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #5B5CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B5CEF is #A4A310. Grayscale: #6B6B6B. Windows color (decimal): -10789649 or 15686747. OLE color: 15686747.

HSL color Cylindrical-coordinate representation of color #5B5CEF: hue angle of 239.59º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B5CEF is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 91 92 239 -
CMYK 0.62 0.62 0 0.06
HSL 239.59º 0.82% 0.65% -
HSV(B) 239.59º 0.62% 0.94% -
XYZ 23.72 16.11 83.52 -
YUV 108.46 201.67 115.55 -
System Red Green Blue C M Y K H S L
Decimal 91 92 239 0.62 0.62 0 0.06 239.59 0.82 0.65
Hex 5B 5C EF 3E 3E 0 6 F0 52 41
Octal 133 134 357 76 76 0 6 360 122 101
Binary 1011011 1011100 11101111 111110 111110 0 110 11110000 1010010 1000001

Color Harmonies of #5B5CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5CEF

Black with #5B5CEF

Text Example


Text Example

White with #5B5CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,92,239); }

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

background-color css

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

 a { background-color: rgb(91,92,239); }

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

border-color css

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

 span { border-color: rgb(91,92,239); }

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