Html Css Color HEX #5B52EF Neon Blue

📋 copy color: '#5B52EF'

red 91 ◦ green 82 ◦ blue 239

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

Shades of Neon Blue #5B52EF

Tints of Neon Blue #5B52EF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.9%

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

R = 22.09%
G = 19.9%
B = 58.01%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5B52EF (or 0x5B52EF) is known color: Neon Blue. HEX triplet: 5B, 52 and EF. RGB value is (91,82,239). Sum of RGB (Red+Green+Blue) = 91+82+239=412 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.09% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 239 (93.75% from 255 or 58.01% from 412); Max value from RGB is 239 - color contains mainly: blue. Hex color #5B52EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B52EF is #A4AD10. Grayscale: #656565. Windows color (decimal): -10792209 or 15684187. OLE color: 15684187.

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

Color convert

RGB 91 82 239 -
CMYK 0.62 0.66 0 0.06
HSL 243.44º 0.83% 0.63% -
HSV(B) 243.44º 0.66% 0.94% -
XYZ 22.91 14.49 83.25 -
YUV 102.59 204.98 119.73 -
System Red Green Blue C M Y K H S L
Decimal 91 82 239 0.62 0.66 0 0.06 243.44 0.83 0.63
Hex 5B 52 EF 3E 42 0 6 F3 53 3F
Octal 133 122 357 76 102 0 6 363 123 77
Binary 1011011 1010010 11101111 111110 1000010 0 110 11110011 1010011 111111

Color Harmonies of #5B52EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B52EF

Black with #5B52EF

Text Example


Text Example

White with #5B52EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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