#2142F4

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

Shades of Neon Blue #2142F4

Tints of Neon Blue #2142F4

Color information

#2142F4 (or 0x2142F4) is unknown color: approx Neon Blue. HEX triplet: 21, 42 and F4. RGB value is (33,66,244). Sum of RGB (Red+Green+Blue) = 33+66+244=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 244 (95.70% from 255 or 71.14% from 343); Max value from RGB is 244 - color contains mainly: blue. Hex color #2142F4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2142F4 is #DEBD0B. Grayscale: #4B4B4B. Windows color (decimal): -14597388 or 16007713. OLE color: 16007713.

HSL color Cylindrical-coordinate representation of color #2142F4: hue angle of 230.62º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2142F4 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB3366244-
CMYK0.860.7300.04
HSL230.62º90.56%54.31%-
HSV(B)230.62º86.48%95.69%-
XYZ18.910.7586.67-
YUV76.42222.5797.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.62%
GREEN value IS 66 (26.17% from 255) = 19.24%
BLUE value IS 244 (95.70% from 255) = 71.14%
R=9.62%
G=19.24%
B=71.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal33662440.860.7300.04230.6290.5654.31
Hex2142F4564904e75b36
Octal411023641261110434713366
Binary100001100001011110100101011010010010100111001111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2142F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2142F4; }

 p { color: rgb(33,66,244); }

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

<style>
 a { background-color: #2142F4; }

 a { background-color: rgb(33,66,244); }

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

<style>
 span { border-color: #2142F4; }

 span { border-color: rgb(33,66,244); }

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