Html Css Color HEX #483ADB Neon Blue

📋 copy color: '#483ADB'

red 72 ◦ green 58 ◦ blue 219

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

Shades of Neon Blue #483ADB

Tints of Neon Blue #483ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.62%

 BLUE value IS 219 (85.94% from 255) = 62.75%

R = 20.63%
G = 16.62%
B = 62.75%

CMYK

 C value IS 0.67

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#483ADB (or 0x483ADB) is known color: Neon Blue. HEX triplet: 48, 3A and DB. RGB value is (72,58,219). Sum of RGB (Red+Green+Blue) = 72+58+219=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #483ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483ADB is #B7C524. Grayscale: #4F4F4F. Windows color (decimal): -12043557 or 14367304. OLE color: 14367304.

HSL color Cylindrical-coordinate representation of color #483ADB: hue angle of 245.22º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #483ADB is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 58 219 -
CMYK 0.67 0.74 0 0.14
HSL 245.22º 0.69% 0.54% -
HSV(B) 245.22º 0.74% 0.86% -
XYZ 16.97 9.52 67.96 -
YUV 80.54 206.14 121.91 -
System Red Green Blue C M Y K H S L
Decimal 72 58 219 0.67 0.74 0 0.14 245.22 0.69 0.54
Hex 48 3A DB 43 4A 0 E F5 45 36
Octal 110 72 333 103 112 0 16 365 105 66
Binary 1001000 111010 11011011 1000011 1001010 0 1110 11110101 1000101 110110

Color Harmonies of #483ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483ADB

Black with #483ADB

Text Example


Text Example

White with #483ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483ADB; }

 p { color: rgb(72,58,219); }

 H1.HeaderClassName
 {
   color: #483ADB;
 }
 .AnyTagClassName
 {
   color: #483ADB;
 }
</style>

background-color css

<style>
 a { background-color: #483ADB; }

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

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

border-color css

<style>
 span { border-color: #483ADB; }

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

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