#2C54F9

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

Shades of Neon Blue #2C54F9

Tints of Neon Blue #2C54F9

Color information

#2C54F9 (or 0x2C54F9) is unknown color: approx Neon Blue. HEX triplet: 2C, 54 and F9. RGB value is (44,84,249). Sum of RGB (Red+Green+Blue) = 44+84+249=377 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.67% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 249 (97.66% from 255 or 66.05% from 377); Max value from RGB is 249 - color contains mainly: blue. Hex color #2C54F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C54F9 is #D3AB06. Grayscale: #5A5A5A. Windows color (decimal): -13871879 or 16340012. OLE color: 16340012.

HSL color Cylindrical-coordinate representation of color #2C54F9: hue angle of 228.29º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C54F9 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB4484249-
CMYK0.820.6600.02
HSL228.29º94.47%57.45%-
HSV(B)228.29º82.33%97.65%-
XYZ21.3113.7291.15-
YUV90.85217.2594.58-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.67%
GREEN value IS 84 (33.20% from 255) = 22.28%
BLUE value IS 249 (97.66% from 255) = 66.05%
R=11.67%
G=22.28%
B=66.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal44842490.820.6600.02228.2994.4757.45
Hex2C54F9524202e45e39
Octal541243711221020234413671
Binary10110010101001111100110100101000010010111001001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C54F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C54F9; }

 p { color: rgb(44,84,249); }

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

<style>
 a { background-color: #2C54F9; }

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

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

<style>
 span { border-color: #2C54F9; }

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

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