Html Css Color HEX #3D40FE Neon Blue

📋 copy color: '#3D40FE'

red 61 ◦ green 64 ◦ blue 254

#3D40FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #3D40FE

Tints of Neon Blue #3D40FE

RGB

 RED value IS 61 (24.22% from 255) = 16.09%

 GREEN value IS 64 (25.39% from 255) = 16.89%

 BLUE value IS 254 (99.61% from 255) = 67.02%

R = 16.09%
G = 16.89%
B = 67.02%

CMYK

 C value IS 0.76

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3D40FE (or 0x3D40FE) is known color: Neon Blue. HEX triplet: 3D, 40 and FE. RGB value is (61,64,254). Sum of RGB (Red+Green+Blue) = 61+64+254=379 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.09% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #3D40FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D40FE is #C2BF01. Grayscale: #545454. Windows color (decimal): -12762882 or 16662589. OLE color: 16662589.

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

Color convert

RGB 61 64 254 -
CMYK 0.76 0.75 0 0.00
HSL 239.07º 0.99% 0.62% -
HSV(B) 239.07º 0.76% 1% -
XYZ 21.65 11.81 94.91 -
YUV 84.76 223.51 111.05 -
System Red Green Blue C M Y K H S L
Decimal 61 64 254 0.76 0.75 0 0.00 239.07 0.99 0.62
Hex 3D 40 FE 4C 4B 0 0 EF 63 3E
Octal 75 100 376 114 113 0 0 357 143 76
Binary 111101 1000000 11111110 1001100 1001011 0 0 11101111 1100011 111110

Color Harmonies of #3D40FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D40FE

Black with #3D40FE

Text Example


Text Example

White with #3D40FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,64,254); }

 H1.HeaderClassName
 {
   color: #3D40FE;
 }
 .AnyTagClassName
 {
   color: #3D40FE;
 }
</style>

background-color css

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

 a { background-color: rgb(61,64,254); }

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

border-color css

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

 span { border-color: rgb(61,64,254); }

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