Html Css Color HEX #483CDC Neon Blue

📋 copy color: '#483CDC'

red 72 ◦ green 60 ◦ blue 220

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

Shades of Neon Blue #483CDC

Tints of Neon Blue #483CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.5%

R = 20.45%
G = 17.05%
B = 62.5%

CMYK

 C value IS 0.67

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#483CDC (or 0x483CDC) is known color: Neon Blue. HEX triplet: 48, 3C and DC. RGB value is (72,60,220). Sum of RGB (Red+Green+Blue) = 72+60+220=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #483CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483CDC is #B7C323. Grayscale: #515151. Windows color (decimal): -12043044 or 14433352. OLE color: 14433352.

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

Color convert

RGB 72 60 220 -
CMYK 0.67 0.73 0 0.14
HSL 244.5º 0.7% 0.55% -
HSV(B) 244.5º 0.73% 0.86% -
XYZ 17.21 9.78 68.69 -
YUV 81.83 205.98 120.99 -
System Red Green Blue C M Y K H S L
Decimal 72 60 220 0.67 0.73 0 0.14 244.5 0.7 0.55
Hex 48 3C DC 43 49 0 E F4 46 37
Octal 110 74 334 103 111 0 16 364 106 67
Binary 1001000 111100 11011100 1000011 1001001 0 1110 11110100 1000110 110111

Color Harmonies of #483CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483CDC

Black with #483CDC

Text Example


Text Example

White with #483CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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