Html Css Color HEX #3A3CFD Neon Blue

📋 copy color: '#3A3CFD'

red 58 ◦ green 60 ◦ blue 253

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

Shades of Neon Blue #3A3CFD

Tints of Neon Blue #3A3CFD

RGB

 RED value IS 58 (23.05% from 255) = 15.63%

 GREEN value IS 60 (23.83% from 255) = 16.17%

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

R = 15.63%
G = 16.17%
B = 68.19%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3A3CFD (or 0x3A3CFD) is known color: Neon Blue. HEX triplet: 3A, 3C and FD. RGB value is (58,60,253). Sum of RGB (Red+Green+Blue) = 58+60+253=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 253 (99.22% from 255 or 68.19% from 371); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A3CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A3CFD is #C5C302. Grayscale: #505050. Windows color (decimal): -12960515 or 16596026. OLE color: 16596026.

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

Color convert

RGB 58 60 253 -
CMYK 0.77 0.76 0 0.01
HSL 239.38º 0.98% 0.61% -
HSV(B) 239.38º 0.77% 0.99% -
XYZ 21.09 11.22 93.98 -
YUV 81.4 224.84 111.31 -
System Red Green Blue C M Y K H S L
Decimal 58 60 253 0.77 0.76 0 0.01 239.38 0.98 0.61
Hex 3A 3C FD 4D 4C 0 1 EF 62 3D
Octal 72 74 375 115 114 0 1 357 142 75
Binary 111010 111100 11111101 1001101 1001100 0 1 11101111 1100010 111101

Color Harmonies of #3A3CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3CFD

Black with #3A3CFD

Text Example


Text Example

White with #3A3CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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