#2146FA

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

Shades of Neon Blue #2146FA

Tints of Neon Blue #2146FA

Color information

#2146FA (or 0x2146FA) is unknown color: approx Neon Blue. HEX triplet: 21, 46 and FA. RGB value is (33,70,250). Sum of RGB (Red+Green+Blue) = 33+70+250=353 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.35% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #2146FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2146FA is #DEB905. Grayscale: #4E4E4E. Windows color (decimal): -14596358 or 16401953. OLE color: 16401953.

HSL color Cylindrical-coordinate representation of color #2146FA: hue angle of 229.77º 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 #2146FA is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3370250-
CMYK0.870.7200.02
HSL229.77º95.59%55.49%-
HSV(B)229.77º86.8%98.04%-
XYZ20.0711.6191.62-
YUV79.46224.2494.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.35%
GREEN value IS 70 (27.73% from 255) = 19.83%
BLUE value IS 250 (98.05% from 255) = 70.82%
R=9.35%
G=19.83%
B=70.82%

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
Decimal33702500.870.7200.02229.7795.5955.49
Hex2146FA574802e66037
Octal411063721271100234614067
Binary10000110001101111101010101111001000010111001101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2146FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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