#454BF9

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

Shades of Neon Blue #454BF9

Tints of Neon Blue #454BF9

Color information

#454BF9 (or 0x454BF9) is unknown color: approx Neon Blue. HEX triplet: 45, 4B and F9. RGB value is (69,75,249). Sum of RGB (Red+Green+Blue) = 69+75+249=393 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.56% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 249 (97.66% from 255 or 63.36% from 393); Max value from RGB is 249 - color contains mainly: blue. Hex color #454BF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #454BF9 is #BAB406. Grayscale: #5C5C5C. Windows color (decimal): -12235783 or 16337733. OLE color: 16337733.

HSL color Cylindrical-coordinate representation of color #454BF9: hue angle of 238º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #454BF9 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6975249-
CMYK0.720.7000.02
HSL238º93.75%62.35%-
HSV(B)238º72.29%97.65%-
XYZ22.0713.1491-
YUV93.04216.01110.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.56%
GREEN value IS 75 (29.69% from 255) = 19.08%
BLUE value IS 249 (97.66% from 255) = 63.36%
R=17.56%
G=19.08%
B=63.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal69752490.720.7000.0223893.7562.35
Hex454BF9484602ee5e3e
Octal1051133711101060235613676
Binary100010110010111111100110010001000110010111011101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454BF9; }

 p { color: rgb(69,75,249); }

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

<style>
 a { background-color: #454BF9; }

 a { background-color: rgb(69,75,249); }

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

<style>
 span { border-color: #454BF9; }

 span { border-color: rgb(69,75,249); }

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