#2948F8

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

Shades of Neon Blue #2948F8

Tints of Neon Blue #2948F8

Color information

#2948F8 (or 0x2948F8) is unknown color: approx Neon Blue. HEX triplet: 29, 48 and F8. RGB value is (41,72,248). Sum of RGB (Red+Green+Blue) = 41+72+248=361 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.36% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 248 (97.27% from 255 or 68.70% from 361); Max value from RGB is 248 - color contains mainly: blue. Hex color #2948F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2948F8 is #D6B707. Grayscale: #525252. Windows color (decimal): -14071560 or 16271401. OLE color: 16271401.

HSL color Cylindrical-coordinate representation of color #2948F8: hue angle of 231.01º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2948F8 is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB4172248-
CMYK0.830.7100.03
HSL231.01º93.67%56.67%-
HSV(B)231.01º83.47%97.25%-
XYZ20.1811.8890.04-
YUV82.8221.2398.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.36%
GREEN value IS 72 (28.52% from 255) = 19.94%
BLUE value IS 248 (97.27% from 255) = 68.70%
R=11.36%
G=19.94%
B=68.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal41722480.830.7100.03231.0193.6756.67
Hex2948F8534703e75e39
Octal511103701231070334713671
Binary10100110010001111100010100111000111011111001111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2948F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2948F8; }

 p { color: rgb(41,72,248); }

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

<style>
 a { background-color: #2948F8; }

 a { background-color: rgb(41,72,248); }

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

<style>
 span { border-color: #2948F8; }

 span { border-color: rgb(41,72,248); }

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