#3B54F0

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

Shades of Neon Blue #3B54F0

Tints of Neon Blue #3B54F0

Color information

#3B54F0 (or 0x3B54F0) is unknown color: approx Neon Blue. HEX triplet: 3B, 54 and F0. RGB value is (59,84,240). Sum of RGB (Red+Green+Blue) = 59+84+240=383 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.40% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 240 (94.14% from 255 or 62.66% from 383); Max value from RGB is 240 - color contains mainly: blue. Hex color #3B54F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B54F0 is #C4AB0F. Grayscale: #5D5D5D. Windows color (decimal): -12888848 or 15750203. OLE color: 15750203.

HSL color Cylindrical-coordinate representation of color #3B54F0: hue angle of 231.71º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B54F0 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB5984240-
CMYK0.750.6500.06
HSL231.71º85.78%58.63%-
HSV(B)231.71º75.42%94.12%-
XYZ20.713.5683.96-
YUV94.31210.22102.82-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.40%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 240 (94.14% from 255) = 62.66%
R=15.40%
G=21.93%
B=62.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal59842400.750.6500.06231.7185.7858.63
Hex3B54F04B4106e8563b
Octal731243601131010635012673
Binary111011101010011110000100101110000010110111010001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B54F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B54F0; }

 p { color: rgb(59,84,240); }

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

<style>
 a { background-color: #3B54F0; }

 a { background-color: rgb(59,84,240); }

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

<style>
 span { border-color: #3B54F0; }

 span { border-color: rgb(59,84,240); }

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