Html Css Color HEX #3C4DFD Neon Blue

📋 copy color: '#3C4DFD'

red 60 ◦ green 77 ◦ blue 253

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

Shades of Neon Blue #3C4DFD

Tints of Neon Blue #3C4DFD

RGB

 RED value IS 60 (23.83% from 255) = 15.38%

 GREEN value IS 77 (30.47% from 255) = 19.74%

 BLUE value IS 253 (99.22% from 255) = 64.87%

R = 15.38%
G = 19.74%
B = 64.87%

CMYK

 C value IS 0.76

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3C4DFD (or 0x3C4DFD) is known color: Neon Blue. HEX triplet: 3C, 4D and FD. RGB value is (60,77,253). Sum of RGB (Red+Green+Blue) = 60+77+253=390 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.38% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 253 (99.22% from 255 or 64.87% from 390); Max value from RGB is 253 - color contains mainly: blue. Hex color #3C4DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C4DFD is #C3B202. Grayscale: #5B5B5B. Windows color (decimal): -12825091 or 16600380. OLE color: 16600380.

HSL color Cylindrical-coordinate representation of color #3C4DFD: hue angle of 234.72º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C4DFD is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 60 77 253 -
CMYK 0.76 0.70 0 0.01
HSL 234.72º 0.98% 0.61% -
HSV(B) 234.72º 0.76% 0.99% -
XYZ 22.25 13.36 94.33 -
YUV 91.98 218.87 105.19 -
System Red Green Blue C M Y K H S L
Decimal 60 77 253 0.76 0.70 0 0.01 234.72 0.98 0.61
Hex 3C 4D FD 4C 46 0 1 EB 62 3D
Octal 74 115 375 114 106 0 1 353 142 75
Binary 111100 1001101 11111101 1001100 1000110 0 1 11101011 1100010 111101

Color Harmonies of #3C4DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4DFD

Black with #3C4DFD

Text Example


Text Example

White with #3C4DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,77,253); }

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

background-color css

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

 a { background-color: rgb(60,77,253); }

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

border-color css

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

 span { border-color: rgb(60,77,253); }

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