#2148F7

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

Shades of Neon Blue #2148F7

Tints of Neon Blue #2148F7

Color information

#2148F7 (or 0x2148F7) is unknown color: approx Neon Blue. HEX triplet: 21, 48 and F7. RGB value is (33,72,247). Sum of RGB (Red+Green+Blue) = 33+72+247=352 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.38% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 247 (96.88% from 255 or 70.17% from 352); Max value from RGB is 247 - color contains mainly: blue. Hex color #2148F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2148F7 is #DEB708. Grayscale: #4F4F4F. Windows color (decimal): -14595849 or 16205857. OLE color: 16205857.

HSL color Cylindrical-coordinate representation of color #2148F7: hue angle of 229.07º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2148F7 is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB3372247-
CMYK0.870.7100.03
HSL229.07º93.04%54.9%-
HSV(B)229.07º86.64%96.86%-
XYZ19.7311.6789.21-
YUV80.29222.0894.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.38%
GREEN value IS 72 (28.52% from 255) = 20.45%
BLUE value IS 247 (96.88% from 255) = 70.17%
R=9.38%
G=20.45%
B=70.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal33722470.870.7100.03229.0793.0454.9
Hex2148F7574703e55d37
Octal411103671271070334513567
Binary10000110010001111011110101111000111011111001011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2148F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2148F7; }

 p { color: rgb(33,72,247); }

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

<style>
 a { background-color: #2148F7; }

 a { background-color: rgb(33,72,247); }

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

<style>
 span { border-color: #2148F7; }

 span { border-color: rgb(33,72,247); }

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