Html Css Color HEX #3C4AFD Neon Blue

📋 copy color: '#3C4AFD'

red 60 ◦ green 74 ◦ blue 253

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

Shades of Neon Blue #3C4AFD

Tints of Neon Blue #3C4AFD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.12%

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

R = 15.5%
G = 19.12%
B = 65.37%

CMYK

 C value IS 0.76

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3C4AFD (or 0x3C4AFD) is known color: Neon Blue. HEX triplet: 3C, 4A and FD. RGB value is (60,74,253). Sum of RGB (Red+Green+Blue) = 60+74+253=387 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.50% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 253 (99.22% from 255 or 65.37% from 387); Max value from RGB is 253 - color contains mainly: blue. Hex color #3C4AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C4AFD is #C3B502. Grayscale: #595959. Windows color (decimal): -12825859 or 16599612. OLE color: 16599612.

HSL color Cylindrical-coordinate representation of color #3C4AFD: hue angle of 235.65º 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 #3C4AFD is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 60 74 253 -
CMYK 0.76 0.71 0 0.01
HSL 235.65º 0.98% 0.61% -
HSV(B) 235.65º 0.76% 0.99% -
XYZ 22.04 12.95 94.27 -
YUV 90.22 219.86 106.45 -
System Red Green Blue C M Y K H S L
Decimal 60 74 253 0.76 0.71 0 0.01 235.65 0.98 0.61
Hex 3C 4A FD 4C 47 0 1 EC 62 3D
Octal 74 112 375 114 107 0 1 354 142 75
Binary 111100 1001010 11111101 1001100 1000111 0 1 11101100 1100010 111101

Color Harmonies of #3C4AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4AFD

Black with #3C4AFD

Text Example


Text Example

White with #3C4AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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