Html Css Color HEX #4A47FD Neon Blue

📋 copy color: '#4A47FD'

red 74 ◦ green 71 ◦ blue 253

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

Shades of Neon Blue #4A47FD

Tints of Neon Blue #4A47FD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.84%

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

R = 18.59%
G = 17.84%
B = 63.57%

CMYK

 C value IS 0.71

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4A47FD (or 0x4A47FD) is known color: Neon Blue. HEX triplet: 4A, 47 and FD. RGB value is (74,71,253). Sum of RGB (Red+Green+Blue) = 74+71+253=398 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.59% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #4A47FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A47FD is #B5B802. Grayscale: #5B5B5B. Windows color (decimal): -11909123 or 16598858. OLE color: 16598858.

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

Color convert

RGB 74 71 253 -
CMYK 0.71 0.72 0 0.01
HSL 240.99º 0.98% 0.64% -
HSV(B) 240.99º 0.72% 0.99% -
XYZ 22.81 13.05 94.25 -
YUV 92.65 218.49 114.7 -
System Red Green Blue C M Y K H S L
Decimal 74 71 253 0.71 0.72 0 0.01 240.99 0.98 0.64
Hex 4A 47 FD 47 48 0 1 F1 62 40
Octal 112 107 375 107 110 0 1 361 142 100
Binary 1001010 1000111 11111101 1000111 1001000 0 1 11110001 1100010 1000000

Color Harmonies of #4A47FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A47FD

Black with #4A47FD

Text Example


Text Example

White with #4A47FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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