#2d4df4

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

Shades of Neon Blue #2D4DF4

Tints of Neon Blue #2D4DF4

Color information

#2D4DF4 (or 0x2D4DF4) is unknown color: approx Neon Blue. HEX triplet: 2D, 4D and F4. RGB value is (45,77,244). Sum of RGB (Red+Green+Blue) = 45+77+244=366 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.30% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 244 (95.70% from 255 or 66.67% from 366); Max value from RGB is 244 - color contains mainly: blue. Hex color #2D4DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D4DF4 is #D2B20B. Grayscale: #555555. Windows color (decimal): -13808140 or 16010541. OLE color: 16010541.

HSL color Cylindrical-coordinate representation of color #2D4DF4: hue angle of 230.35º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D4DF4 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB4577244-
CMYK0.820.6800.04
HSL230.35º90.05%56.67%-
HSV(B)230.35º81.56%95.69%-
XYZ20.0712.486.92-
YUV86.47216.998.42-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.30%
GREEN value IS 77 (30.47% from 255) = 21.04%
BLUE value IS 244 (95.70% from 255) = 66.67%
R=12.30%
G=21.04%
B=66.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal45772440.820.6800.04230.3590.0556.67
Hex2D4DF4524404e65a39
Octal551153641221040434613271
Binary101101100110111110100101001010001000100111001101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d4df4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,77,244); }

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

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

 a { background-color: rgb(45,77,244); }

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

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

 span { border-color: rgb(45,77,244); }

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