#2956FD

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

Shades of Neon Blue #2956FD

Tints of Neon Blue #2956FD

Color information

#2956FD (or 0x2956FD) is unknown color: approx Neon Blue. HEX triplet: 29, 56 and FD. RGB value is (41,86,253). Sum of RGB (Red+Green+Blue) = 41+86+253=380 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.79% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #2956FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2956FD is #D6A902. Grayscale: #5A5A5A. Windows color (decimal): -14067971 or 16602665. OLE color: 16602665.

HSL color Cylindrical-coordinate representation of color #2956FD: hue angle of 227.26º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2956FD is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB4186253-
CMYK0.840.6600.01
HSL227.26º98.15%57.65%-
HSV(B)227.26º83.79%99.22%-
XYZ21.9714.2294.51-
YUV91.58219.0991.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.79%
GREEN value IS 86 (33.98% from 255) = 22.63%
BLUE value IS 253 (99.22% from 255) = 66.58%
R=10.79%
G=22.63%
B=66.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal41862530.840.6600.01227.2698.1557.65
Hex2956FD544201e3623a
Octal511263751241020134314272
Binary1010011010110111111011010100100001001111000111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2956FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2956FD; }

 p { color: rgb(41,86,253); }

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

<style>
 a { background-color: #2956FD; }

 a { background-color: rgb(41,86,253); }

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

<style>
 span { border-color: #2956FD; }

 span { border-color: rgb(41,86,253); }

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