Html Css Color HEX #3A4CFC Neon Blue

📋 copy color: '#3A4CFC'

red 58 ◦ green 76 ◦ blue 252

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

Shades of Neon Blue #3A4CFC

Tints of Neon Blue #3A4CFC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.69%

 BLUE value IS 252 (98.83% from 255) = 65.28%

R = 15.03%
G = 19.69%
B = 65.28%

CMYK

 C value IS 0.77

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3A4CFC (or 0x3A4CFC) is known color: Neon Blue. HEX triplet: 3A, 4C and FC. RGB value is (58,76,252). Sum of RGB (Red+Green+Blue) = 58+76+252=386 (51% of max value = 765). Red value is 58 (23.05% from 255 or 15.03% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A4CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A4CFC is #C5B303. Grayscale: #595959. Windows color (decimal): -12956420 or 16534586. OLE color: 16534586.

HSL color Cylindrical-coordinate representation of color #3A4CFC: hue angle of 234.43º degrees, saturation: 0.97, 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 #3A4CFC is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 76 252 -
CMYK 0.77 0.70 0 0.01
HSL 234.43º 0.97% 0.61% -
HSV(B) 234.43º 0.77% 0.99% -
XYZ 21.9 13.1 93.47 -
YUV 90.68 219.04 104.69 -
System Red Green Blue C M Y K H S L
Decimal 58 76 252 0.77 0.70 0 0.01 234.43 0.97 0.61
Hex 3A 4C FC 4D 46 0 1 EA 61 3D
Octal 72 114 374 115 106 0 1 352 141 75
Binary 111010 1001100 11111100 1001101 1000110 0 1 11101010 1100001 111101

Color Harmonies of #3A4CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4CFC

Black with #3A4CFC

Text Example


Text Example

White with #3A4CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,76,252); }

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

background-color css

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

 a { background-color: rgb(58,76,252); }

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

border-color css

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

 span { border-color: rgb(58,76,252); }

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