#3D42F7

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

Shades of Neon Blue #3D42F7

Tints of Neon Blue #3D42F7

Color information

#3D42F7 (or 0x3D42F7) is unknown color: approx Neon Blue. HEX triplet: 3D, 42 and F7. RGB value is (61,66,247). Sum of RGB (Red+Green+Blue) = 61+66+247=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 247 (96.88% from 255 or 66.04% from 374); Max value from RGB is 247 - color contains mainly: blue. Hex color #3D42F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D42F7 is #C2BD08. Grayscale: #545454. Windows color (decimal): -12762377 or 16204349. OLE color: 16204349.

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

Color convert

RGB6166247-
CMYK0.750.7300.03
HSL238.39º92.08%60.39%-
HSV(B)238.39º75.3%96.86%-
XYZ20.6611.689.15-
YUV85.14219.34110.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.31%
GREEN value IS 66 (26.17% from 255) = 17.65%
BLUE value IS 247 (96.88% from 255) = 66.04%
R=16.31%
G=17.65%
B=66.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal61662470.750.7300.03238.3992.0860.39
Hex3D42F74B4903ee5c3c
Octal751023671131110335613474
Binary11110110000101111011110010111001001011111011101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D42F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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