Html Css Color HEX #5752EE Neon Blue

📋 copy color: '#5752EE'

red 87 ◦ green 82 ◦ blue 238

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

Shades of Neon Blue #5752EE

Tints of Neon Blue #5752EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 58.48%

R = 21.38%
G = 20.15%
B = 58.48%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5752EE (or 0x5752EE) is known color: Neon Blue. HEX triplet: 57, 52 and EE. RGB value is (87,82,238). Sum of RGB (Red+Green+Blue) = 87+82+238=407 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.38% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 238 (93.36% from 255 or 58.48% from 407); Max value from RGB is 238 - color contains mainly: blue. Hex color #5752EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5752EE is #A8AD11. Grayscale: #646464. Windows color (decimal): -11054354 or 15618647. OLE color: 15618647.

HSL color Cylindrical-coordinate representation of color #5752EE: hue angle of 241.92º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5752EE is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 82 238 -
CMYK 0.63 0.66 0 0.07
HSL 241.92º 0.82% 0.63% -
HSV(B) 241.92º 0.66% 0.93% -
XYZ 22.38 14.23 82.46 -
YUV 101.28 205.16 117.82 -
System Red Green Blue C M Y K H S L
Decimal 87 82 238 0.63 0.66 0 0.07 241.92 0.82 0.63
Hex 57 52 EE 3F 42 0 7 F2 52 3F
Octal 127 122 356 77 102 0 7 362 122 77
Binary 1010111 1010010 11101110 111111 1000010 0 111 11110010 1010010 111111

Color Harmonies of #5752EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5752EE

Black with #5752EE

Text Example


Text Example

White with #5752EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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