#5460F1

Color #5460F1 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #5460F1

Tints of Neon Blue #5460F1

Color information

#5460F1 (or 0x5460F1) is unknown color: approx Neon Blue. HEX triplet: 54, 60 and F1. RGB value is (84,96,241). Sum of RGB (Red+Green+Blue) = 84+96+241=421 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.95% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 241 (94.53% from 255 or 57.24% from 421); Max value from RGB is 241 - color contains mainly: blue. Hex color #5460F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5460F1 is #AB9F0E. Grayscale: #6C6C6C. Windows color (decimal): -11247375 or 15818836. OLE color: 15818836.

HSL color Cylindrical-coordinate representation of color #5460F1: hue angle of 235.41º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5460F1 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8496241-
CMYK0.650.6000.05
HSL235.41º84.86%63.73%-
HSV(B)235.41º65.15%94.51%-
XYZ23.7216.685.17-
YUV108.94202.52110.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.95%
GREEN value IS 96 (37.89% from 255) = 22.80%
BLUE value IS 241 (94.53% from 255) = 57.24%
R=19.95%
G=22.80%
B=57.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal84962410.650.6000.05235.4184.8663.73
Hex5460F1413C05eb5540
Octal1241403611017405353125100
Binary1010100110000011110001100000111110001011110101110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5460F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5460F1; }

 p { color: rgb(84,96,241); }

 H1.HeaderClassName
 {
   color: #5460F1;
 }
 .AnyTagClassName
 {
   color: #5460F1;
 }
</style>
background-color css

<style>
 a { background-color: #5460F1; }

 a { background-color: rgb(84,96,241); }

 div.DivClassName
 {
   background-color: #5460F1;
 }
 .BgClassName
 {
   background-color: #5460F1;
 }
</style>
border-color css

<style>
 span { border-color: #5460F1; }

 span { border-color: rgb(84,96,241); }

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