Html Css Color HEX #5053FF Neon Blue

📋 copy color: '#5053FF'

red 80 ◦ green 83 ◦ blue 255

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

Shades of Neon Blue #5053FF

Tints of Neon Blue #5053FF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.86%

 BLUE value IS 255 (100% from 255) = 61%

R = 19.14%
G = 19.86%
B = 61%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5053FF (or 0x5053FF) is known color: Neon Blue. HEX triplet: 50, 53 and FF. RGB value is (80,83,255). Sum of RGB (Red+Green+Blue) = 80+83+255=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #5053FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5053FF is #AFAC00. Grayscale: #656565. Windows color (decimal): -11512833 or 16733008. OLE color: 16733008.

HSL color Cylindrical-coordinate representation of color #5053FF: hue angle of 238.97º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5053FF is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 83 255 -
CMYK 0.69 0.67 0 0
HSL 238.97º 1% 0.66% -
HSV(B) 238.97º 0.69% 1% -
XYZ 24.45 15.11 96.24 -
YUV 101.71 214.51 112.51 -
System Red Green Blue C M Y K H S L
Decimal 80 83 255 0.69 0.67 0 0 238.97 1 0.66
Hex 50 53 FF 45 43 0 0 EF 64 42
Octal 120 123 377 105 103 0 0 357 144 102
Binary 1010000 1010011 11111111 1000101 1000011 0 0 11101111 1100100 1000010

Color Harmonies of #5053FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5053FF

Black with #5053FF

Text Example


Text Example

White with #5053FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5053FF; }

 p { color: rgb(80,83,255); }

 H1.HeaderClassName
 {
   color: #5053FF;
 }
 .AnyTagClassName
 {
   color: #5053FF;
 }
</style>

background-color css

<style>
 a { background-color: #5053FF; }

 a { background-color: rgb(80,83,255); }

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

border-color css

<style>
 span { border-color: #5053FF; }

 span { border-color: rgb(80,83,255); }

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