#2147FA

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

Shades of Neon Blue #2147FA

Tints of Neon Blue #2147FA

Color information

#2147FA (or 0x2147FA) is unknown color: approx Neon Blue. HEX triplet: 21, 47 and FA. RGB value is (33,71,250). Sum of RGB (Red+Green+Blue) = 33+71+250=354 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.32% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #2147FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2147FA is #DEB805. Grayscale: #4F4F4F. Windows color (decimal): -14596102 or 16402209. OLE color: 16402209.

HSL color Cylindrical-coordinate representation of color #2147FA: hue angle of 229.49º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2147FA is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3371250-
CMYK0.870.7200.02
HSL229.49º95.59%55.49%-
HSV(B)229.49º86.8%98.04%-
XYZ20.1411.7391.65-
YUV80.04223.9194.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.32%
GREEN value IS 71 (28.12% from 255) = 20.06%
BLUE value IS 250 (98.05% from 255) = 70.62%
R=9.32%
G=20.06%
B=70.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal33712500.870.7200.02229.4995.5955.49
Hex2147FA574802e56037
Octal411073721271100234514067
Binary10000110001111111101010101111001000010111001011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2147FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2147FA; }

 p { color: rgb(33,71,250); }

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

<style>
 a { background-color: #2147FA; }

 a { background-color: rgb(33,71,250); }

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

<style>
 span { border-color: #2147FA; }

 span { border-color: rgb(33,71,250); }

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