Html Css Color HEX #5752EB Neon Blue

📋 copy color: '#5752EB'

red 87 ◦ green 82 ◦ blue 235

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

Shades of Neon Blue #5752EB

Tints of Neon Blue #5752EB

RGB

 RED value IS 87 (34.38% from 255) = 21.53%

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

 BLUE value IS 235 (92.19% from 255) = 58.17%

R = 21.53%
G = 20.3%
B = 58.17%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5752EB (or 0x5752EB) is known color: Neon Blue. HEX triplet: 57, 52 and EB. RGB value is (87,82,235). Sum of RGB (Red+Green+Blue) = 87+82+235=404 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.53% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #5752EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5752EB is #A8AD14. Grayscale: #646464. Windows color (decimal): -11054357 or 15422039. OLE color: 15422039.

HSL color Cylindrical-coordinate representation of color #5752EB: hue angle of 241.96º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5752EB is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 87 82 235 -
CMYK 0.63 0.65 0 0.08
HSL 241.96º 0.79% 0.62% -
HSV(B) 241.96º 0.65% 0.92% -
XYZ 21.94 14.06 80.15 -
YUV 100.94 203.66 118.06 -
System Red Green Blue C M Y K H S L
Decimal 87 82 235 0.63 0.65 0 0.08 241.96 0.79 0.62
Hex 57 52 EB 3F 41 0 8 F2 4F 3E
Octal 127 122 353 77 101 0 10 362 117 76
Binary 1010111 1010010 11101011 111111 1000001 0 1000 11110010 1001111 111110

Color Harmonies of #5752EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5752EB

Black with #5752EB

Text Example


Text Example

White with #5752EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5752EB; }

 p { color: rgb(87,82,235); }

 H1.HeaderClassName
 {
   color: #5752EB;
 }
 .AnyTagClassName
 {
   color: #5752EB;
 }
</style>

background-color css

<style>
 a { background-color: #5752EB; }

 a { background-color: rgb(87,82,235); }

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

border-color css

<style>
 span { border-color: #5752EB; }

 span { border-color: rgb(87,82,235); }

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