Html Css Color HEX #5057FF Neon Blue

📋 copy color: '#5057FF'

red 80 ◦ green 87 ◦ blue 255

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

Shades of Neon Blue #5057FF

Tints of Neon Blue #5057FF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.62%

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

R = 18.96%
G = 20.62%
B = 60.43%

CMYK

 C value IS 0.69

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5057FF (or 0x5057FF) is known color: Neon Blue. HEX triplet: 50, 57 and FF. RGB value is (80,87,255). Sum of RGB (Red+Green+Blue) = 80+87+255=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #5057FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5057FF is #AFA800. Grayscale: #676767. Windows color (decimal): -11511809 or 16734032. OLE color: 16734032.

HSL color Cylindrical-coordinate representation of color #5057FF: hue angle of 237.6º 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 #5057FF is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 87 255 -
CMYK 0.69 0.66 0 0
HSL 237.6º 1% 0.66% -
HSV(B) 237.6º 0.69% 1% -
XYZ 24.77 15.74 96.34 -
YUV 104.06 213.18 110.84 -
System Red Green Blue C M Y K H S L
Decimal 80 87 255 0.69 0.66 0 0 237.6 1 0.66
Hex 50 57 FF 45 42 0 0 EE 64 42
Octal 120 127 377 105 102 0 0 356 144 102
Binary 1010000 1010111 11111111 1000101 1000010 0 0 11101110 1100100 1000010

Color Harmonies of #5057FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5057FF

Black with #5057FF

Text Example


Text Example

White with #5057FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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