#303DF2

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

Shades of Neon Blue #303DF2

Tints of Neon Blue #303DF2

Color information

#303DF2 (or 0x303DF2) is unknown color: approx Neon Blue. HEX triplet: 30, 3D and F2. RGB value is (48,61,242). Sum of RGB (Red+Green+Blue) = 48+61+242=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 242 (94.92% from 255 or 68.95% from 351); Max value from RGB is 242 - color contains mainly: blue. Hex color #303DF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303DF2 is #CFC20D. Grayscale: #4D4D4D. Windows color (decimal): -13615630 or 15875376. OLE color: 15875376.

HSL color Cylindrical-coordinate representation of color #303DF2: hue angle of 235.98º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #303DF2 is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4861242-
CMYK0.800.7500.05
HSL235.98º88.18%56.86%-
HSV(B)235.98º80.17%94.9%-
XYZ18.9110.3885.01-
YUV77.75220.69106.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.68%
GREEN value IS 61 (24.22% from 255) = 17.38%
BLUE value IS 242 (94.92% from 255) = 68.95%
R=13.68%
G=17.38%
B=68.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal48612420.800.7500.05235.9888.1856.86
Hex303DF2504B05ec5839
Octal60753621201130535413071
Binary11000011110111110010101000010010110101111011001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303DF2; }

 p { color: rgb(48,61,242); }

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

<style>
 a { background-color: #303DF2; }

 a { background-color: rgb(48,61,242); }

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

<style>
 span { border-color: #303DF2; }

 span { border-color: rgb(48,61,242); }

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