Html Css Color HEX #483BDD Neon Blue

📋 copy color: '#483BDD'

red 72 ◦ green 59 ◦ blue 221

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

Shades of Neon Blue #483BDD

Tints of Neon Blue #483BDD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.76%

 BLUE value IS 221 (86.72% from 255) = 62.78%

R = 20.45%
G = 16.76%
B = 62.78%

CMYK

 C value IS 0.67

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#483BDD (or 0x483BDD) is known color: Neon Blue. HEX triplet: 48, 3B and DD. RGB value is (72,59,221). Sum of RGB (Red+Green+Blue) = 72+59+221=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #483BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483BDD is #B7C422. Grayscale: #505050. Windows color (decimal): -12043299 or 14498632. OLE color: 14498632.

HSL color Cylindrical-coordinate representation of color #483BDD: hue angle of 244.81º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #483BDD is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 59 221 -
CMYK 0.67 0.73 0 0.13
HSL 244.81º 0.7% 0.55% -
HSV(B) 244.81º 0.73% 0.87% -
XYZ 17.29 9.73 69.37 -
YUV 81.36 206.81 121.33 -
System Red Green Blue C M Y K H S L
Decimal 72 59 221 0.67 0.73 0 0.13 244.81 0.7 0.55
Hex 48 3B DD 43 49 0 D F5 46 37
Octal 110 73 335 103 111 0 15 365 106 67
Binary 1001000 111011 11011101 1000011 1001001 0 1101 11110101 1000110 110111

Color Harmonies of #483BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483BDD

Black with #483BDD

Text Example


Text Example

White with #483BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,59,221); }

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

background-color css

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

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

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

border-color css

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

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

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