Html Css Color HEX #5B5DEF Neon Blue

📋 copy color: '#5B5DEF'

red 91 ◦ green 93 ◦ blue 239

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

Shades of Neon Blue #5B5DEF

Tints of Neon Blue #5B5DEF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.99%

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

R = 21.51%
G = 21.99%
B = 56.5%

CMYK

 C value IS 0.62

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5B5DEF (or 0x5B5DEF) is known color: Neon Blue. HEX triplet: 5B, 5D and EF. RGB value is (91,93,239). Sum of RGB (Red+Green+Blue) = 91+93+239=423 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.51% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #5B5DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B5DEF is #A4A210. Grayscale: #6C6C6C. Windows color (decimal): -10789393 or 15687003. OLE color: 15687003.

HSL color Cylindrical-coordinate representation of color #5B5DEF: hue angle of 239.19º 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 #5B5DEF is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 91 93 239 -
CMYK 0.62 0.61 0 0.06
HSL 239.19º 0.82% 0.65% -
HSV(B) 239.19º 0.62% 0.94% -
XYZ 23.81 16.28 83.55 -
YUV 109.05 201.34 115.13 -
System Red Green Blue C M Y K H S L
Decimal 91 93 239 0.62 0.61 0 0.06 239.19 0.82 0.65
Hex 5B 5D EF 3E 3D 0 6 EF 52 41
Octal 133 135 357 76 75 0 6 357 122 101
Binary 1011011 1011101 11101111 111110 111101 0 110 11101111 1010010 1000001

Color Harmonies of #5B5DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5DEF

Black with #5B5DEF

Text Example


Text Example

White with #5B5DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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