Html Css Color HEX #4848DF Neon Blue

📋 copy color: '#4848DF'

red 72 ◦ green 72 ◦ blue 223

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

Shades of Neon Blue #4848DF

Tints of Neon Blue #4848DF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.62%

 BLUE value IS 223 (87.5% from 255) = 60.76%

R = 19.62%
G = 19.62%
B = 60.76%

CMYK

 C value IS 0.68

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4848DF (or 0x4848DF) is known color: Neon Blue. HEX triplet: 48, 48 and DF. RGB value is (72,72,223). Sum of RGB (Red+Green+Blue) = 72+72+223=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #4848DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4848DF is #B7B720. Grayscale: #585858. Windows color (decimal): -12039969 or 14633032. OLE color: 14633032.

HSL color Cylindrical-coordinate representation of color #4848DF: hue angle of 240º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4848DF is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 72 223 -
CMYK 0.68 0.68 0 0.13
HSL 240º 0.7% 0.58% -
HSV(B) 240º 0.68% 0.87% -
XYZ 18.31 11.34 71.04 -
YUV 89.21 203.5 115.72 -
System Red Green Blue C M Y K H S L
Decimal 72 72 223 0.68 0.68 0 0.13 240 0.7 0.58
Hex 48 48 DF 44 44 0 D F0 46 3A
Octal 110 110 337 104 104 0 15 360 106 72
Binary 1001000 1001000 11011111 1000100 1000100 0 1101 11110000 1000110 111010

Color Harmonies of #4848DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4848DF

Black with #4848DF

Text Example


Text Example

White with #4848DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4848DF; }

 p { color: rgb(72,72,223); }

 H1.HeaderClassName
 {
   color: #4848DF;
 }
 .AnyTagClassName
 {
   color: #4848DF;
 }
</style>

background-color css

<style>
 a { background-color: #4848DF; }

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

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

border-color css

<style>
 span { border-color: #4848DF; }

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

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