Html Css Color HEX #5056FA Neon Blue

📋 copy color: '#5056FA'

red 80 ◦ green 86 ◦ blue 250

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

Shades of Neon Blue #5056FA

Tints of Neon Blue #5056FA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.67%

 BLUE value IS 250 (98.05% from 255) = 60.1%

R = 19.23%
G = 20.67%
B = 60.1%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5056FA (or 0x5056FA) is known color: Neon Blue. HEX triplet: 50, 56 and FA. RGB value is (80,86,250). Sum of RGB (Red+Green+Blue) = 80+86+250=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #5056FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5056FA is #AFA905. Grayscale: #666666. Windows color (decimal): -11512070 or 16406096. OLE color: 16406096.

HSL color Cylindrical-coordinate representation of color #5056FA: hue angle of 237.88º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5056FA is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 86 250 -
CMYK 0.68 0.66 0 0.02
HSL 237.88º 0.94% 0.65% -
HSV(B) 237.88º 0.68% 0.98% -
XYZ 23.89 15.26 92.13 -
YUV 102.9 211.01 111.66 -
System Red Green Blue C M Y K H S L
Decimal 80 86 250 0.68 0.66 0 0.02 237.88 0.94 0.65
Hex 50 56 FA 44 42 0 2 EE 5E 41
Octal 120 126 372 104 102 0 2 356 136 101
Binary 1010000 1010110 11111010 1000100 1000010 0 10 11101110 1011110 1000001

Color Harmonies of #5056FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5056FA

Black with #5056FA

Text Example


Text Example

White with #5056FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5056FA; }

 p { color: rgb(80,86,250); }

 H1.HeaderClassName
 {
   color: #5056FA;
 }
 .AnyTagClassName
 {
   color: #5056FA;
 }
</style>

background-color css

<style>
 a { background-color: #5056FA; }

 a { background-color: rgb(80,86,250); }

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

border-color css

<style>
 span { border-color: #5056FA; }

 span { border-color: rgb(80,86,250); }

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