Html Css Color HEX #483CDD Neon Blue

📋 copy color: '#483CDD'

red 72 ◦ green 60 ◦ blue 221

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

Shades of Neon Blue #483CDD

Tints of Neon Blue #483CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17%

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

R = 20.4%
G = 17%
B = 62.61%

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

#483CDD (or 0x483CDD) is known color: Neon Blue. HEX triplet: 48, 3C and DD. RGB value is (72,60,221). Sum of RGB (Red+Green+Blue) = 72+60+221=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #483CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483CDD is #B7C322. Grayscale: #515151. Windows color (decimal): -12043043 or 14498888. OLE color: 14498888.

HSL color Cylindrical-coordinate representation of color #483CDD: hue angle of 244.47º 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 #483CDD is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 60 221 -
CMYK 0.67 0.73 0 0.13
HSL 244.47º 0.7% 0.55% -
HSV(B) 244.47º 0.73% 0.87% -
XYZ 17.34 9.83 69.39 -
YUV 81.94 206.48 120.91 -
System Red Green Blue C M Y K H S L
Decimal 72 60 221 0.67 0.73 0 0.13 244.47 0.7 0.55
Hex 48 3C DD 43 49 0 D F4 46 37
Octal 110 74 335 103 111 0 15 364 106 67
Binary 1001000 111100 11011101 1000011 1001001 0 1101 11110100 1000110 110111

Color Harmonies of #483CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483CDD

Black with #483CDD

Text Example


Text Example

White with #483CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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