Html Css Color HEX #4A3DFD Neon Blue

📋 copy color: '#4A3DFD'

red 74 ◦ green 61 ◦ blue 253

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

Shades of Neon Blue #4A3DFD

Tints of Neon Blue #4A3DFD

RGB

 RED value IS 74 (29.3% from 255) = 19.07%

 GREEN value IS 61 (24.22% from 255) = 15.72%

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

R = 19.07%
G = 15.72%
B = 65.21%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4A3DFD (or 0x4A3DFD) is known color: Neon Blue. HEX triplet: 4A, 3D and FD. RGB value is (74,61,253). Sum of RGB (Red+Green+Blue) = 74+61+253=388 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.07% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 253 (99.22% from 255 or 65.21% from 388); Max value from RGB is 253 - color contains mainly: blue. Hex color #4A3DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A3DFD is #B5C202. Grayscale: #565656. Windows color (decimal): -11911683 or 16596298. OLE color: 16596298.

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

Color convert

RGB 74 61 253 -
CMYK 0.71 0.76 0 0.01
HSL 244.06º 0.98% 0.62% -
HSV(B) 244.06º 0.76% 0.99% -
XYZ 22.22 11.89 94.05 -
YUV 86.78 221.81 118.89 -
System Red Green Blue C M Y K H S L
Decimal 74 61 253 0.71 0.76 0 0.01 244.06 0.98 0.62
Hex 4A 3D FD 47 4C 0 1 F4 62 3E
Octal 112 75 375 107 114 0 1 364 142 76
Binary 1001010 111101 11111101 1000111 1001100 0 1 11110100 1100010 111110

Color Harmonies of #4A3DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3DFD

Black with #4A3DFD

Text Example


Text Example

White with #4A3DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A3DFD; }

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

 H1.HeaderClassName
 {
   color: #4A3DFD;
 }
 .AnyTagClassName
 {
   color: #4A3DFD;
 }
</style>

background-color css

<style>
 a { background-color: #4A3DFD; }

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

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

border-color css

<style>
 span { border-color: #4A3DFD; }

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

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