#2131F1

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

Shades of Neon Blue #2131F1

Tints of Neon Blue #2131F1

Color information

#2131F1 (or 0x2131F1) is unknown color: approx Neon Blue. HEX triplet: 21, 31 and F1. RGB value is (33,49,241). Sum of RGB (Red+Green+Blue) = 33+49+241=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 241 (94.53% from 255 or 74.61% from 323); Max value from RGB is 241 - color contains mainly: blue. Hex color #2131F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2131F1 is #DECE0E. Grayscale: #414141. Windows color (decimal): -14601743 or 15806753. OLE color: 15806753.

HSL color Cylindrical-coordinate representation of color #2131F1: hue angle of 235.38º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2131F1 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB3349241-
CMYK0.860.8000.05
HSL235.38º88.14%53.73%-
HSV(B)235.38º86.31%94.51%-
XYZ17.68.8784-
YUV66.1226.7104.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.22%
GREEN value IS 49 (19.53% from 255) = 15.17%
BLUE value IS 241 (94.53% from 255) = 74.61%
R=10.22%
G=15.17%
B=74.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal33492410.860.8000.05235.3888.1453.73
Hex2131F1565005eb5836
Octal41613611261200535313066
Binary10000111000111110001101011010100000101111010111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2131F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2131F1; }

 p { color: rgb(33,49,241); }

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

<style>
 a { background-color: #2131F1; }

 a { background-color: rgb(33,49,241); }

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

<style>
 span { border-color: #2131F1; }

 span { border-color: rgb(33,49,241); }

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