Html Css Color HEX #5060FE Neon Blue

📋 copy color: '#5060FE'

red 80 ◦ green 96 ◦ blue 254

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

Shades of Neon Blue #5060FE

Tints of Neon Blue #5060FE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.33%

 BLUE value IS 254 (99.61% from 255) = 59.07%

R = 18.6%
G = 22.33%
B = 59.07%

CMYK

 C value IS 0.69

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5060FE (or 0x5060FE) is known color: Neon Blue. HEX triplet: 50, 60 and FE. RGB value is (80,96,254). Sum of RGB (Red+Green+Blue) = 80+96+254=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #5060FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5060FE is #AF9F01. Grayscale: #6C6C6C. Windows color (decimal): -11509506 or 16670800. OLE color: 16670800.

HSL color Cylindrical-coordinate representation of color #5060FE: hue angle of 234.48º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5060FE is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 96 254 -
CMYK 0.69 0.62 0 0.00
HSL 234.48º 0.99% 0.65% -
HSV(B) 234.48º 0.69% 1% -
XYZ 25.38 17.23 95.75 -
YUV 109.23 209.7 107.15 -
System Red Green Blue C M Y K H S L
Decimal 80 96 254 0.69 0.62 0 0.00 234.48 0.99 0.65
Hex 50 60 FE 45 3E 0 0 EA 63 41
Octal 120 140 376 105 76 0 0 352 143 101
Binary 1010000 1100000 11111110 1000101 111110 0 0 11101010 1100011 1000001

Color Harmonies of #5060FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5060FE

Black with #5060FE

Text Example


Text Example

White with #5060FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5060FE; }

 p { color: rgb(80,96,254); }

 H1.HeaderClassName
 {
   color: #5060FE;
 }
 .AnyTagClassName
 {
   color: #5060FE;
 }
</style>

background-color css

<style>
 a { background-color: #5060FE; }

 a { background-color: rgb(80,96,254); }

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

border-color css

<style>
 span { border-color: #5060FE; }

 span { border-color: rgb(80,96,254); }

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