#3353FD

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

Shades of Neon Blue #3353FD

Tints of Neon Blue #3353FD

Color information

#3353FD (or 0x3353FD) is unknown color: approx Neon Blue. HEX triplet: 33, 53 and FD. RGB value is (51,83,253). Sum of RGB (Red+Green+Blue) = 51+83+253=387 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.18% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 253 (99.22% from 255 or 65.37% from 387); Max value from RGB is 253 - color contains mainly: blue. Hex color #3353FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3353FD is #CCAC02. Grayscale: #5C5C5C. Windows color (decimal): -13413379 or 16601907. OLE color: 16601907.

HSL color Cylindrical-coordinate representation of color #3353FD: hue angle of 230.5º 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 #3353FD is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5183253-
CMYK0.800.6700.01
HSL230.5º98.06%59.61%-
HSV(B)230.5º79.84%99.22%-
XYZ22.1913.9894.46-
YUV92.81218.498.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.18%
GREEN value IS 83 (32.81% from 255) = 21.45%
BLUE value IS 253 (99.22% from 255) = 65.37%
R=13.18%
G=21.45%
B=65.37%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal51832530.800.6700.01230.598.0659.61
Hex3353FD504301e6623c
Octal631233751201030134614274
Binary1100111010011111111011010000100001101111001101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3353FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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