#3534F0

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

Shades of Neon Blue #3534F0

Tints of Neon Blue #3534F0

Color information

#3534F0 (or 0x3534F0) is unknown color: approx Neon Blue. HEX triplet: 35, 34 and F0. RGB value is (53,52,240). Sum of RGB (Red+Green+Blue) = 53+52+240=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 240 (94.14% from 255 or 69.57% from 345); Max value from RGB is 240 - color contains mainly: blue. Hex color #3534F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3534F0 is #CACB0F. Grayscale: #484848. Windows color (decimal): -13290256 or 15742005. OLE color: 15742005.

HSL color Cylindrical-coordinate representation of color #3534F0: hue angle of 240.32º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3534F0 is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB5352240-
CMYK0.780.7800.06
HSL240.32º86.24%57.25%-
HSV(B)240.32º78.33%94.12%-
XYZ18.429.583.3-
YUV73.73221.83113.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.36%
GREEN value IS 52 (20.70% from 255) = 15.07%
BLUE value IS 240 (94.14% from 255) = 69.57%
R=15.36%
G=15.07%
B=69.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal53522400.780.7800.06240.3286.2457.25
Hex3534F04E4E06f05639
Octal65643601161160636012671
Binary11010111010011110000100111010011100110111100001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3534F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3534F0; }

 p { color: rgb(53,52,240); }

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

<style>
 a { background-color: #3534F0; }

 a { background-color: rgb(53,52,240); }

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

<style>
 span { border-color: #3534F0; }

 span { border-color: rgb(53,52,240); }

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