Html Css Color HEX #4844FC Neon Blue

📋 copy color: '#4844FC'

red 72 ◦ green 68 ◦ blue 252

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

Shades of Neon Blue #4844FC

Tints of Neon Blue #4844FC

RGB

 RED value IS 72 (28.52% from 255) = 18.37%

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

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

R = 18.37%
G = 17.35%
B = 64.29%

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

#4844FC (or 0x4844FC) is known color: Neon Blue. HEX triplet: 48, 44 and FC. RGB value is (72,68,252). Sum of RGB (Red+Green+Blue) = 72+68+252=392 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.37% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #4844FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4844FC is #B7BB03. Grayscale: #595959. Windows color (decimal): -12040964 or 16532552. OLE color: 16532552.

HSL color Cylindrical-coordinate representation of color #4844FC: hue angle of 241.3º 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 #4844FC is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 68 252 -
CMYK 0.71 0.73 0 0.01
HSL 241.3º 0.97% 0.63% -
HSV(B) 241.3º 0.73% 0.99% -
XYZ 22.31 12.54 93.34 -
YUV 90.17 219.33 115.04 -
System Red Green Blue C M Y K H S L
Decimal 72 68 252 0.71 0.73 0 0.01 241.3 0.97 0.63
Hex 48 44 FC 47 49 0 1 F1 61 3F
Octal 110 104 374 107 111 0 1 361 141 77
Binary 1001000 1000100 11111100 1000111 1001001 0 1 11110001 1100001 111111

Color Harmonies of #4844FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4844FC

Black with #4844FC

Text Example


Text Example

White with #4844FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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