#3046ED

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

Shades of Neon Blue #3046ED

Tints of Neon Blue #3046ED

Color information

#3046ED (or 0x3046ED) is unknown color: approx Neon Blue. HEX triplet: 30, 46 and ED. RGB value is (48,70,237). Sum of RGB (Red+Green+Blue) = 48+70+237=355 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.52% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 237 (92.97% from 255 or 66.76% from 355); Max value from RGB is 237 - color contains mainly: blue. Hex color #3046ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3046ED is #CFB912. Grayscale: #515151. Windows color (decimal): -13613331 or 15550000. OLE color: 15550000.

HSL color Cylindrical-coordinate representation of color #3046ED: hue angle of 233.02º 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 #3046ED is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4870237-
CMYK0.800.7000.07
HSL233.02º84%55.88%-
HSV(B)233.02º79.75%92.94%-
XYZ18.711.1281.28-
YUV82.46215.21103.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.52%
GREEN value IS 70 (27.73% from 255) = 19.72%
BLUE value IS 237 (92.97% from 255) = 66.76%
R=13.52%
G=19.72%
B=66.76%

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
Decimal48702370.800.7000.07233.028455.88
Hex3046ED504607e95438
Octal601063551201060735112470
Binary110000100011011101101101000010001100111111010011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3046ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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