#2F4AEC

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

Shades of Neon Blue #2F4AEC

Tints of Neon Blue #2F4AEC

Color information

#2F4AEC (or 0x2F4AEC) is unknown color: approx Neon Blue. HEX triplet: 2F, 4A and EC. RGB value is (47,74,236). Sum of RGB (Red+Green+Blue) = 47+74+236=357 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.17% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 236 (92.58% from 255 or 66.11% from 357); Max value from RGB is 236 - color contains mainly: blue. Hex color #2F4AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F4AEC is #D0B513. Grayscale: #535353. Windows color (decimal): -13677844 or 15485487. OLE color: 15485487.

HSL color Cylindrical-coordinate representation of color #2F4AEC: hue angle of 231.43º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F4AEC is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4774236-
CMYK0.800.6900.07
HSL231.43º83.26%55.49%-
HSV(B)231.43º80.08%92.55%-
XYZ18.7611.5680.6-
YUV84.4213.55101.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.17%
GREEN value IS 74 (29.30% from 255) = 20.73%
BLUE value IS 236 (92.58% from 255) = 66.11%
R=13.17%
G=20.73%
B=66.11%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal47742360.800.6900.07231.4383.2655.49
Hex2F4AEC504507e75337
Octal571123541201050734712367
Binary101111100101011101100101000010001010111111001111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,74,236); }

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

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

 a { background-color: rgb(47,74,236); }

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

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

 span { border-color: rgb(47,74,236); }

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