#3D42F0

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

Shades of Neon Blue #3D42F0

Tints of Neon Blue #3D42F0

Color information

#3D42F0 (or 0x3D42F0) is unknown color: approx Neon Blue. HEX triplet: 3D, 42 and F0. RGB value is (61,66,240). Sum of RGB (Red+Green+Blue) = 61+66+240=367 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.62% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 240 (94.14% from 255 or 65.40% from 367); Max value from RGB is 240 - color contains mainly: blue. Hex color #3D42F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D42F0 is #C2BD0F. Grayscale: #535353. Windows color (decimal): -12762384 or 15745597. OLE color: 15745597.

HSL color Cylindrical-coordinate representation of color #3D42F0: hue angle of 238.32º 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 #3D42F0 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB6166240-
CMYK0.750.7200.06
HSL238.32º85.65%59.02%-
HSV(B)238.32º74.58%94.12%-
XYZ19.611.1883.56-
YUV84.34215.84111.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.62%
GREEN value IS 66 (26.17% from 255) = 17.98%
BLUE value IS 240 (94.14% from 255) = 65.40%
R=16.62%
G=17.98%
B=65.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal61662400.750.7200.06238.3285.6559.02
Hex3D42F04B4806ee563b
Octal751023601131100635612673
Binary111101100001011110000100101110010000110111011101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D42F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,66,240); }

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

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

 a { background-color: rgb(61,66,240); }

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

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

 span { border-color: rgb(61,66,240); }

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