#3D5AF8

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

Shades of Neon Blue #3D5AF8

Tints of Neon Blue #3D5AF8

Color information

#3D5AF8 (or 0x3D5AF8) is unknown color: approx Neon Blue. HEX triplet: 3D, 5A and F8. RGB value is (61,90,248). Sum of RGB (Red+Green+Blue) = 61+90+248=399 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.29% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 248 (97.27% from 255 or 62.16% from 399); Max value from RGB is 248 - color contains mainly: blue. Hex color #3D5AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D5AF8 is #C2A507. Grayscale: #626262. Windows color (decimal): -12756232 or 16276029. OLE color: 16276029.

HSL color Cylindrical-coordinate representation of color #3D5AF8: hue angle of 230.7º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D5AF8 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB6190248-
CMYK0.750.6400.03
HSL230.7º93.03%60.59%-
HSV(B)230.7º75.4%97.25%-
XYZ22.5215.0890.53-
YUV99.34211.89100.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.29%
GREEN value IS 90 (35.55% from 255) = 22.56%
BLUE value IS 248 (97.27% from 255) = 62.16%
R=15.29%
G=22.56%
B=62.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal61902480.750.6400.03230.793.0360.59
Hex3D5AF84B4003e75d3d
Octal751323701131000334713575
Binary11110110110101111100010010111000000011111001111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,90,248); }

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

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

 a { background-color: rgb(61,90,248); }

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

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

 span { border-color: rgb(61,90,248); }

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