Html Css Color HEX #5057FC Neon Blue

📋 copy color: '#5057FC'

red 80 ◦ green 87 ◦ blue 252

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

Shades of Neon Blue #5057FC

Tints of Neon Blue #5057FC

RGB

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

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

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

R = 19.09%
G = 20.76%
B = 60.14%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5057FC (or 0x5057FC) is known color: Neon Blue. HEX triplet: 50, 57 and FC. RGB value is (80,87,252). Sum of RGB (Red+Green+Blue) = 80+87+252=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #5057FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5057FC is #AFA803. Grayscale: #676767. Windows color (decimal): -11511812 or 16537424. OLE color: 16537424.

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

Color convert

RGB 80 87 252 -
CMYK 0.68 0.65 0 0.01
HSL 237.56º 0.97% 0.65% -
HSV(B) 237.56º 0.68% 0.99% -
XYZ 24.29 15.55 93.82 -
YUV 103.72 211.68 111.08 -
System Red Green Blue C M Y K H S L
Decimal 80 87 252 0.68 0.65 0 0.01 237.56 0.97 0.65
Hex 50 57 FC 44 41 0 1 EE 61 41
Octal 120 127 374 104 101 0 1 356 141 101
Binary 1010000 1010111 11111100 1000100 1000001 0 1 11101110 1100001 1000001

Color Harmonies of #5057FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5057FC

Black with #5057FC

Text Example


Text Example

White with #5057FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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