#3048ED

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

Shades of Neon Blue #3048ED

Tints of Neon Blue #3048ED

Color information

#3048ED (or 0x3048ED) is unknown color: approx Neon Blue. HEX triplet: 30, 48 and ED. RGB value is (48,72,237). Sum of RGB (Red+Green+Blue) = 48+72+237=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #3048ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3048ED is #CFB712. Grayscale: #525252. Windows color (decimal): -13612819 or 15550512. OLE color: 15550512.

HSL color Cylindrical-coordinate representation of color #3048ED: hue angle of 232.38º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3048ED is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4872237-
CMYK0.800.7000.07
HSL232.38º84%55.88%-
HSV(B)232.38º79.75%92.94%-
XYZ18.8211.3881.32-
YUV83.63214.55102.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.45%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 237 (92.97% from 255) = 66.39%
R=13.45%
G=20.17%
B=66.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal48722370.800.7000.07232.388455.88
Hex3048ED504607e85438
Octal601103551201060735012470
Binary110000100100011101101101000010001100111111010001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3048ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3048ED; }

 p { color: rgb(48,72,237); }

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

<style>
 a { background-color: #3048ED; }

 a { background-color: rgb(48,72,237); }

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

<style>
 span { border-color: #3048ED; }

 span { border-color: rgb(48,72,237); }

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