#5468F7

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

Shades of Neon Blue #5468F7

Tints of Neon Blue #5468F7

Color information

#5468F7 (or 0x5468F7) is unknown color: approx Neon Blue. HEX triplet: 54, 68 and F7. RGB value is (84,104,247). Sum of RGB (Red+Green+Blue) = 84+104+247=435 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.31% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 247 (96.88% from 255 or 56.78% from 435); Max value from RGB is 247 - color contains mainly: blue. Hex color #5468F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5468F7 is #AB9708. Grayscale: #717171. Windows color (decimal): -11245321 or 16214100. OLE color: 16214100.

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

Color convert

RGB84104247-
CMYK0.660.5800.03
HSL232.64º91.06%64.9%-
HSV(B)232.64º65.99%96.86%-
XYZ25.3918.590.23-
YUV114.32202.87106.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.31%
GREEN value IS 104 (41.02% from 255) = 23.91%
BLUE value IS 247 (96.88% from 255) = 56.78%
R=19.31%
G=23.91%
B=56.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal841042470.660.5800.03232.6491.0664.9
Hex5468F7423A03e95b41
Octal1241503671027203351133101
Binary101010011010001111011110000101110100111110100110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5468F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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