Html Css Color HEX #4848EA Neon Blue

📋 copy color: '#4848EA'

red 72 ◦ green 72 ◦ blue 234

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

Shades of Neon Blue #4848EA

Tints of Neon Blue #4848EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 61.9%

R = 19.05%
G = 19.05%
B = 61.9%

CMYK

 C value IS 0.69

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4848EA (or 0x4848EA) is known color: Neon Blue. HEX triplet: 48, 48 and EA. RGB value is (72,72,234). Sum of RGB (Red+Green+Blue) = 72+72+234=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #4848EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4848EA is #B7B715. Grayscale: #595959. Windows color (decimal): -12039958 or 15353928. OLE color: 15353928.

HSL color Cylindrical-coordinate representation of color #4848EA: hue angle of 240º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4848EA is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 72 234 -
CMYK 0.69 0.69 0 0.08
HSL 240º 0.79% 0.6% -
HSV(B) 240º 0.69% 0.92% -
XYZ 19.84 11.95 79.1 -
YUV 90.47 209 114.83 -
System Red Green Blue C M Y K H S L
Decimal 72 72 234 0.69 0.69 0 0.08 240 0.79 0.6
Hex 48 48 EA 45 45 0 8 F0 4F 3C
Octal 110 110 352 105 105 0 10 360 117 74
Binary 1001000 1001000 11101010 1000101 1000101 0 1000 11110000 1001111 111100

Color Harmonies of #4848EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4848EA

Black with #4848EA

Text Example


Text Example

White with #4848EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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