Html Css Color HEX #4848FE Neon Blue

📋 copy color: '#4848FE'

red 72 ◦ green 72 ◦ blue 254

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

Shades of Neon Blue #4848FE

Tints of Neon Blue #4848FE

RGB

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

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

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

R = 18.09%
G = 18.09%
B = 63.82%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4848FE (or 0x4848FE) is known color: Neon Blue. HEX triplet: 48, 48 and FE. RGB value is (72,72,254). Sum of RGB (Red+Green+Blue) = 72+72+254=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 72 (28.52% from 255 or 18.09% 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 #4848FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4848FE is #B7B701. Grayscale: #5C5C5C. Windows color (decimal): -12039938 or 16664648. OLE color: 16664648.

HSL color Cylindrical-coordinate representation of color #4848FE: hue angle of 240º 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 #4848FE is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 72 72 254 -
CMYK 0.72 0.72 0 0.00
HSL 240º 0.99% 0.64% -
HSV(B) 240º 0.72% 1% -
XYZ 22.88 13.17 95.1 -
YUV 92.75 219 113.2 -
System Red Green Blue C M Y K H S L
Decimal 72 72 254 0.72 0.72 0 0.00 240 0.99 0.64
Hex 48 48 FE 48 48 0 0 F0 63 40
Octal 110 110 376 110 110 0 0 360 143 100
Binary 1001000 1001000 11111110 1001000 1001000 0 0 11110000 1100011 1000000

Color Harmonies of #4848FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4848FE

Black with #4848FE

Text Example


Text Example

White with #4848FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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