#3D5BFF

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

Shades of Neon Blue #3D5BFF

Tints of Neon Blue #3D5BFF

Color information

#3D5BFF (or 0x3D5BFF) is unknown color: approx Neon Blue. HEX triplet: 3D, 5B and FF. RGB value is (61,91,255). Sum of RGB (Red+Green+Blue) = 61+91+255=407 (53% of max value = 765). Red value is 61 (24.22% from 255 or 14.99% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #3D5BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D5BFF is #C2A400. Grayscale: #646464. Windows color (decimal): -12755969 or 16735037. OLE color: 16735037.

HSL color Cylindrical-coordinate representation of color #3D5BFF: hue angle of 230.72º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D5BFF is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB6191255-
CMYK0.760.6400
HSL230.72º100%61.96%-
HSV(B)230.72º76.08%100%-
XYZ23.7215.6996.39-
YUV100.73215.0699.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.99%
GREEN value IS 91 (35.94% from 255) = 22.36%
BLUE value IS 255 (100% from 255) = 62.65%
R=14.99%
G=22.36%
B=62.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal61912550.760.6400230.7210061.96
Hex3D5BFF4C4000e7643e
Octal751333771141000034714476
Binary1111011011011111111111001100100000000111001111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,91,255); }

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

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

 a { background-color: rgb(61,91,255); }

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

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

 span { border-color: rgb(61,91,255); }

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