#5468F9

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

Shades of Neon Blue #5468F9

Tints of Neon Blue #5468F9

Color information

#5468F9 (or 0x5468F9) is unknown color: approx Neon Blue. HEX triplet: 54, 68 and F9. RGB value is (84,104,249). Sum of RGB (Red+Green+Blue) = 84+104+249=437 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.22% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 249 (97.66% from 255 or 56.98% from 437); Max value from RGB is 249 - color contains mainly: blue. Hex color #5468F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5468F9 is #AB9706. Grayscale: #717171. Windows color (decimal): -11245319 or 16345172. OLE color: 16345172.

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

Color convert

RGB84104249-
CMYK0.660.5800.02
HSL232.73º93.22%65.29%-
HSV(B)232.73º66.27%97.65%-
XYZ25.7118.6291.86-
YUV114.55203.87106.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.22%
GREEN value IS 104 (41.02% from 255) = 23.80%
BLUE value IS 249 (97.66% from 255) = 56.98%
R=19.22%
G=23.80%
B=56.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal841042490.660.5800.02232.7393.2265.29
Hex5468F9423A02e95d41
Octal1241503711027202351135101
Binary101010011010001111100110000101110100101110100110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5468F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5468F9; }

 p { color: rgb(84,104,249); }

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

<style>
 a { background-color: #5468F9; }

 a { background-color: rgb(84,104,249); }

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

<style>
 span { border-color: #5468F9; }

 span { border-color: rgb(84,104,249); }

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