#4554F1

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

Shades of Neon Blue #4554F1

Tints of Neon Blue #4554F1

Color information

#4554F1 (or 0x4554F1) is unknown color: approx Neon Blue. HEX triplet: 45, 54 and F1. RGB value is (69,84,241). Sum of RGB (Red+Green+Blue) = 69+84+241=394 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.51% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 241 (94.53% from 255 or 61.17% from 394); Max value from RGB is 241 - color contains mainly: blue. Hex color #4554F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4554F1 is #BAAB0E. Grayscale: #606060. Windows color (decimal): -12233487 or 15815749. OLE color: 15815749.

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

Color convert

RGB6984241-
CMYK0.710.6500.05
HSL234.77º86%60.78%-
HSV(B)234.77º71.37%94.51%-
XYZ21.513.9684.78-
YUV97.41209.03107.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.51%
GREEN value IS 84 (33.20% from 255) = 21.32%
BLUE value IS 241 (94.53% from 255) = 61.17%
R=17.51%
G=21.32%
B=61.17%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal69842410.710.6500.05234.778660.78
Hex4554F1474105eb563d
Octal1051243611071010535312675
Binary1000101101010011110001100011110000010101111010111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4554F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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