#5454f2

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

Shades of Neon Blue #5454F2

Tints of Neon Blue #5454F2

Color information

#5454F2 (or 0x5454F2) is unknown color: approx Neon Blue. HEX triplet: 54, 54 and F2. RGB value is (84,84,242). Sum of RGB (Red+Green+Blue) = 84+84+242=410 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.49% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 242 (94.92% from 255 or 59.02% from 410); Max value from RGB is 242 - color contains mainly: blue. Hex color #5454F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5454F2 is #ABAB0D. Grayscale: #656565. Windows color (decimal): -11250446 or 15881300. OLE color: 15881300.

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

Color convert

RGB8484242-
CMYK0.650.6500.05
HSL240º85.87%63.92%-
HSV(B)240º65.29%94.9%-
XYZ22.8514.6485.62-
YUV102.01207115.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.49%
GREEN value IS 84 (33.20% from 255) = 20.49%
BLUE value IS 242 (94.92% from 255) = 59.02%
R=20.49%
G=20.49%
B=59.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal84842420.650.6500.0524085.8763.92
Hex5454F2414105f05640
Octal12412436210110105360126100
Binary10101001010100111100101000001100000101011111000010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5454f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5454f2; }

 p { color: rgb(84,84,242); }

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

<style>
 a { background-color: #5454f2; }

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

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

<style>
 span { border-color: #5454f2; }

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

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