Html Css Color HEX #4944FC Neon Blue

📋 copy color: '#4944FC'

red 73 ◦ green 68 ◦ blue 252

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

Shades of Neon Blue #4944FC

Tints of Neon Blue #4944FC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.3%

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

R = 18.58%
G = 17.3%
B = 64.12%

CMYK

 C value IS 0.71

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4944FC (or 0x4944FC) is known color: Neon Blue. HEX triplet: 49, 44 and FC. RGB value is (73,68,252). Sum of RGB (Red+Green+Blue) = 73+68+252=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #4944FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4944FC is #B6BB03. Grayscale: #595959. Windows color (decimal): -11975428 or 16532553. OLE color: 16532553.

HSL color Cylindrical-coordinate representation of color #4944FC: hue angle of 241.63º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4944FC is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 68 252 -
CMYK 0.71 0.73 0 0.01
HSL 241.63º 0.97% 0.63% -
HSV(B) 241.63º 0.73% 0.99% -
XYZ 22.39 12.58 93.34 -
YUV 90.47 219.16 115.54 -
System Red Green Blue C M Y K H S L
Decimal 73 68 252 0.71 0.73 0 0.01 241.63 0.97 0.63
Hex 49 44 FC 47 49 0 1 F2 61 3F
Octal 111 104 374 107 111 0 1 362 141 77
Binary 1001001 1000100 11111100 1000111 1001001 0 1 11110010 1100001 111111

Color Harmonies of #4944FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4944FC

Black with #4944FC

Text Example


Text Example

White with #4944FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4944FC; }

 p { color: rgb(73,68,252); }

 H1.HeaderClassName
 {
   color: #4944FC;
 }
 .AnyTagClassName
 {
   color: #4944FC;
 }
</style>

background-color css

<style>
 a { background-color: #4944FC; }

 a { background-color: rgb(73,68,252); }

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

border-color css

<style>
 span { border-color: #4944FC; }

 span { border-color: rgb(73,68,252); }

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