Html Css Color HEX #5052EC Neon Blue

📋 copy color: '#5052EC'

red 80 ◦ green 82 ◦ blue 236

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

Shades of Neon Blue #5052EC

Tints of Neon Blue #5052EC

RGB

 RED value IS 80 (31.64% from 255) = 20.1%

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

 BLUE value IS 236 (92.58% from 255) = 59.3%

R = 20.1%
G = 20.6%
B = 59.3%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5052EC (or 0x5052EC) is known color: Neon Blue. HEX triplet: 50, 52 and EC. RGB value is (80,82,236). Sum of RGB (Red+Green+Blue) = 80+82+236=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #5052EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5052EC is #AFAD13. Grayscale: #626262. Windows color (decimal): -11513108 or 15487568. OLE color: 15487568.

HSL color Cylindrical-coordinate representation of color #5052EC: hue angle of 239.23º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5052EC is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 82 236 -
CMYK 0.66 0.65 0 0.07
HSL 239.23º 0.8% 0.62% -
HSV(B) 239.23º 0.66% 0.93% -
XYZ 21.47 13.8 80.89 -
YUV 98.96 205.34 114.48 -
System Red Green Blue C M Y K H S L
Decimal 80 82 236 0.66 0.65 0 0.07 239.23 0.8 0.62
Hex 50 52 EC 42 41 0 7 EF 50 3E
Octal 120 122 354 102 101 0 7 357 120 76
Binary 1010000 1010010 11101100 1000010 1000001 0 111 11101111 1010000 111110

Color Harmonies of #5052EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5052EC

Black with #5052EC

Text Example


Text Example

White with #5052EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5052EC; }

 p { color: rgb(80,82,236); }

 H1.HeaderClassName
 {
   color: #5052EC;
 }
 .AnyTagClassName
 {
   color: #5052EC;
 }
</style>

background-color css

<style>
 a { background-color: #5052EC; }

 a { background-color: rgb(80,82,236); }

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

border-color css

<style>
 span { border-color: #5052EC; }

 span { border-color: rgb(80,82,236); }

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