#4553FA

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

Shades of Neon Blue #4553FA

Tints of Neon Blue #4553FA

Color information

#4553FA (or 0x4553FA) is unknown color: approx Neon Blue. HEX triplet: 45, 53 and FA. RGB value is (69,83,250). Sum of RGB (Red+Green+Blue) = 69+83+250=402 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.16% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #4553FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4553FA is #BAAC05. Grayscale: #616161. Windows color (decimal): -12233734 or 16405317. OLE color: 16405317.

HSL color Cylindrical-coordinate representation of color #4553FA: hue angle of 235.36º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4553FA is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6983250-
CMYK0.720.6700.02
HSL235.36º94.76%62.55%-
HSV(B)235.36º72.4%98.04%-
XYZ22.814.3592.01-
YUV97.85213.86107.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.16%
GREEN value IS 83 (32.81% from 255) = 20.65%
BLUE value IS 250 (98.05% from 255) = 62.19%
R=17.16%
G=20.65%
B=62.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal69832500.720.6700.02235.3694.7662.55
Hex4553FA484302eb5f3f
Octal1051233721101030235313777
Binary100010110100111111101010010001000011010111010111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4553FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4553FA; }

 p { color: rgb(69,83,250); }

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

<style>
 a { background-color: #4553FA; }

 a { background-color: rgb(69,83,250); }

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

<style>
 span { border-color: #4553FA; }

 span { border-color: rgb(69,83,250); }

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