#2D4FFA

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

Shades of Neon Blue #2D4FFA

Tints of Neon Blue #2D4FFA

Color information

#2D4FFA (or 0x2D4FFA) is unknown color: approx Neon Blue. HEX triplet: 2D, 4F and FA. RGB value is (45,79,250). Sum of RGB (Red+Green+Blue) = 45+79+250=374 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.03% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 250 (98.05% from 255 or 66.84% from 374); Max value from RGB is 250 - color contains mainly: blue. Hex color #2D4FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D4FFA is #D2B005. Grayscale: #575757. Windows color (decimal): -13807622 or 16404269. OLE color: 16404269.

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

Color convert

RGB4579250-
CMYK0.820.6800.02
HSL230.05º95.35%57.84%-
HSV(B)230.05º82%98.04%-
XYZ21.1313.0591.85-
YUV88.33219.2497.1-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.03%
GREEN value IS 79 (31.25% from 255) = 21.12%
BLUE value IS 250 (98.05% from 255) = 66.84%
R=12.03%
G=21.12%
B=66.84%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal45792500.820.6800.02230.0595.3557.84
Hex2D4FFA524402e65f3a
Octal551173721221040234613772
Binary10110110011111111101010100101000100010111001101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,79,250); }

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

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

 a { background-color: rgb(45,79,250); }

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

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

 span { border-color: rgb(45,79,250); }

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