Html Css Color HEX #5060FF Neon Blue

📋 copy color: '#5060FF'

red 80 ◦ green 96 ◦ blue 255

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

Shades of Neon Blue #5060FF

Tints of Neon Blue #5060FF

RGB

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

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

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

R = 18.56%
G = 22.27%
B = 59.16%

CMYK

 C value IS 0.69

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5060FF (or 0x5060FF) is known color: Neon Blue. HEX triplet: 50, 60 and FF. RGB value is (80,96,255). Sum of RGB (Red+Green+Blue) = 80+96+255=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #5060FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5060FF is #AF9F00. Grayscale: #6C6C6C. Windows color (decimal): -11509505 or 16736336. OLE color: 16736336.

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

Color convert

RGB 80 96 255 -
CMYK 0.69 0.62 0 0
HSL 234.51º 1% 0.66% -
HSV(B) 234.51º 0.69% 1% -
XYZ 25.54 17.29 96.6 -
YUV 109.34 210.2 107.07 -
System Red Green Blue C M Y K H S L
Decimal 80 96 255 0.69 0.62 0 0 234.51 1 0.66
Hex 50 60 FF 45 3E 0 0 EB 64 42
Octal 120 140 377 105 76 0 0 353 144 102
Binary 1010000 1100000 11111111 1000101 111110 0 0 11101011 1100100 1000010

Color Harmonies of #5060FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5060FF

Black with #5060FF

Text Example


Text Example

White with #5060FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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