Html Css Color HEX #4947FE Neon Blue

📋 copy color: '#4947FE'

red 73 ◦ green 71 ◦ blue 254

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

Shades of Neon Blue #4947FE

Tints of Neon Blue #4947FE

RGB

 RED value IS 73 (28.91% from 255) = 18.34%

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

 BLUE value IS 254 (99.61% from 255) = 63.82%

R = 18.34%
G = 17.84%
B = 63.82%

CMYK

 C value IS 0.71

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4947FE (or 0x4947FE) is known color: Neon Blue. HEX triplet: 49, 47 and FE. RGB value is (73,71,254). Sum of RGB (Red+Green+Blue) = 73+71+254=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #4947FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4947FE is #B6B801. Grayscale: #5B5B5B. Windows color (decimal): -11974658 or 16664393. OLE color: 16664393.

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

Color convert

RGB 73 71 254 -
CMYK 0.71 0.72 0 0.00
HSL 240.66º 0.99% 0.64% -
HSV(B) 240.66º 0.72% 1% -
XYZ 22.89 13.08 95.08 -
YUV 92.46 219.16 114.12 -
System Red Green Blue C M Y K H S L
Decimal 73 71 254 0.71 0.72 0 0.00 240.66 0.99 0.64
Hex 49 47 FE 47 48 0 0 F1 63 40
Octal 111 107 376 107 110 0 0 361 143 100
Binary 1001001 1000111 11111110 1000111 1001000 0 0 11110001 1100011 1000000

Color Harmonies of #4947FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4947FE

Black with #4947FE

Text Example


Text Example

White with #4947FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4947FE; }

 p { color: rgb(73,71,254); }

 H1.HeaderClassName
 {
   color: #4947FE;
 }
 .AnyTagClassName
 {
   color: #4947FE;
 }
</style>

background-color css

<style>
 a { background-color: #4947FE; }

 a { background-color: rgb(73,71,254); }

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

border-color css

<style>
 span { border-color: #4947FE; }

 span { border-color: rgb(73,71,254); }

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