Html Css Color HEX #5752FC Neon Blue

📋 copy color: '#5752FC'

red 87 ◦ green 82 ◦ blue 252

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

Shades of Neon Blue #5752FC

Tints of Neon Blue #5752FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.86%

R = 20.67%
G = 19.48%
B = 59.86%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5752FC (or 0x5752FC) is known color: Neon Blue. HEX triplet: 57, 52 and FC. RGB value is (87,82,252). Sum of RGB (Red+Green+Blue) = 87+82+252=421 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.67% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #5752FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5752FC is #A8AD03. Grayscale: #666666. Windows color (decimal): -11054340 or 16536151. OLE color: 16536151.

HSL color Cylindrical-coordinate representation of color #5752FC: hue angle of 241.76º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5752FC is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 87 82 252 -
CMYK 0.65 0.67 0 0.01
HSL 241.76º 0.97% 0.65% -
HSV(B) 241.76º 0.67% 0.99% -
XYZ 24.52 15.09 93.72 -
YUV 102.88 212.16 116.68 -
System Red Green Blue C M Y K H S L
Decimal 87 82 252 0.65 0.67 0 0.01 241.76 0.97 0.65
Hex 57 52 FC 41 43 0 1 F2 61 41
Octal 127 122 374 101 103 0 1 362 141 101
Binary 1010111 1010010 11111100 1000001 1000011 0 1 11110010 1100001 1000001

Color Harmonies of #5752FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5752FC

Black with #5752FC

Text Example


Text Example

White with #5752FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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