#304CF8

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

Shades of Neon Blue #304CF8

Tints of Neon Blue #304CF8

Color information

#304CF8 (or 0x304CF8) is unknown color: approx Neon Blue. HEX triplet: 30, 4C and F8. RGB value is (48,76,248). Sum of RGB (Red+Green+Blue) = 48+76+248=372 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.90% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 248 (97.27% from 255 or 66.67% from 372); Max value from RGB is 248 - color contains mainly: blue. Hex color #304CF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #304CF8 is #CFB307. Grayscale: #565656. Windows color (decimal): -13611784 or 16272432. OLE color: 16272432.

HSL color Cylindrical-coordinate representation of color #304CF8: hue angle of 231.6º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #304CF8 is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB4876248-
CMYK0.810.6900.03
HSL231.6º93.46%58.04%-
HSV(B)231.6º80.65%97.25%-
XYZ20.7512.5790.14-
YUV87.24218.72100.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.90%
GREEN value IS 76 (30.08% from 255) = 20.43%
BLUE value IS 248 (97.27% from 255) = 66.67%
R=12.90%
G=20.43%
B=66.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal48762480.810.6900.03231.693.4658.04
Hex304CF8514503e85d3a
Octal601143701211050335013572
Binary11000010011001111100010100011000101011111010001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304CF8; }

 p { color: rgb(48,76,248); }

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

<style>
 a { background-color: #304CF8; }

 a { background-color: rgb(48,76,248); }

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

<style>
 span { border-color: #304CF8; }

 span { border-color: rgb(48,76,248); }

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