#2143FF

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

Shades of Neon Blue #2143FF

Tints of Neon Blue #2143FF

Color information

#2143FF (or 0x2143FF) is unknown color: approx Neon Blue. HEX triplet: 21, 43 and FF. RGB value is (33,67,255). Sum of RGB (Red+Green+Blue) = 33+67+255=355 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.30% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #2143FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2143FF is #DEBC00. Grayscale: #4D4D4D. Windows color (decimal): -14597121 or 16728865. OLE color: 16728865.

HSL color Cylindrical-coordinate representation of color #2143FF: hue angle of 230.81º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2143FF is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB3367255-
CMYK0.870.7400
HSL230.81º100%56.47%-
HSV(B)230.81º87.06%100%-
XYZ20.6811.5695.75-
YUV78.27227.7495.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.30%
GREEN value IS 67 (26.56% from 255) = 18.87%
BLUE value IS 255 (100% from 255) = 71.83%
R=9.30%
G=18.87%
B=71.83%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal33672550.870.7400230.8110056.47
Hex2143FF574A00e76438
Octal411033771271120034714470
Binary1000011000011111111111010111100101000111001111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2143FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2143FF; }

 p { color: rgb(33,67,255); }

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

<style>
 a { background-color: #2143FF; }

 a { background-color: rgb(33,67,255); }

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

<style>
 span { border-color: #2143FF; }

 span { border-color: rgb(33,67,255); }

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