#3358FD

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

Shades of Neon Blue #3358FD

Tints of Neon Blue #3358FD

Color information

#3358FD (or 0x3358FD) is unknown color: approx Neon Blue. HEX triplet: 33, 58 and FD. RGB value is (51,88,253). Sum of RGB (Red+Green+Blue) = 51+88+253=392 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.01% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 253 (99.22% from 255 or 64.54% from 392); Max value from RGB is 253 - color contains mainly: blue. Hex color #3358FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3358FD is #CCA702. Grayscale: #5F5F5F. Windows color (decimal): -13412099 or 16603187. OLE color: 16603187.

HSL color Cylindrical-coordinate representation of color #3358FD: hue angle of 229.01º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3358FD is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5188253-
CMYK0.800.6500.01
HSL229.01º98.06%59.61%-
HSV(B)229.01º79.84%99.22%-
XYZ22.5814.7894.59-
YUV95.75216.7496.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.01%
GREEN value IS 88 (34.77% from 255) = 22.45%
BLUE value IS 253 (99.22% from 255) = 64.54%
R=13.01%
G=22.45%
B=64.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal51882530.800.6500.01229.0198.0659.61
Hex3358FD504101e5623c
Octal631303751201010134514274
Binary1100111011000111111011010000100000101111001011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3358FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3358FD; }

 p { color: rgb(51,88,253); }

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

<style>
 a { background-color: #3358FD; }

 a { background-color: rgb(51,88,253); }

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

<style>
 span { border-color: #3358FD; }

 span { border-color: rgb(51,88,253); }

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