#303AF6

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

Shades of Neon Blue #303AF6

Tints of Neon Blue #303AF6

Color information

#303AF6 (or 0x303AF6) is unknown color: approx Neon Blue. HEX triplet: 30, 3A and F6. RGB value is (48,58,246). Sum of RGB (Red+Green+Blue) = 48+58+246=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 246 (96.48% from 255 or 69.89% from 352); Max value from RGB is 246 - color contains mainly: blue. Hex color #303AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303AF6 is #CFC509. Grayscale: #4B4B4B. Windows color (decimal): -13616394 or 16136752. OLE color: 16136752.

HSL color Cylindrical-coordinate representation of color #303AF6: hue angle of 236.97º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #303AF6 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB4858246-
CMYK0.800.7600.04
HSL236.97º91.67%57.65%-
HSV(B)236.97º80.49%96.47%-
XYZ19.3710.3188.16-
YUV76.44223.69107.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.64%
GREEN value IS 58 (23.05% from 255) = 16.48%
BLUE value IS 246 (96.48% from 255) = 69.89%
R=13.64%
G=16.48%
B=69.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal48582460.800.7600.04236.9791.6757.65
Hex303AF6504C04ed5c3a
Octal60723661201140435513472
Binary11000011101011110110101000010011000100111011011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,58,246); }

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

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

 a { background-color: rgb(48,58,246); }

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

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

 span { border-color: rgb(48,58,246); }

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