Html Css Color HEX #483DDC Neon Blue

📋 copy color: '#483DDC'

red 72 ◦ green 61 ◦ blue 220

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

Shades of Neon Blue #483DDC

Tints of Neon Blue #483DDC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.28%

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

R = 20.4%
G = 17.28%
B = 62.32%

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#483DDC (or 0x483DDC) is known color: Neon Blue. HEX triplet: 48, 3D and DC. RGB value is (72,61,220). Sum of RGB (Red+Green+Blue) = 72+61+220=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #483DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483DDC is #B7C223. Grayscale: #515151. Windows color (decimal): -12042788 or 14433608. OLE color: 14433608.

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

Color convert

RGB 72 61 220 -
CMYK 0.67 0.72 0 0.14
HSL 244.15º 0.69% 0.55% -
HSV(B) 244.15º 0.72% 0.86% -
XYZ 17.26 9.88 68.71 -
YUV 82.42 205.64 120.57 -
System Red Green Blue C M Y K H S L
Decimal 72 61 220 0.67 0.72 0 0.14 244.15 0.69 0.55
Hex 48 3D DC 43 48 0 E F4 45 37
Octal 110 75 334 103 110 0 16 364 105 67
Binary 1001000 111101 11011100 1000011 1001000 0 1110 11110100 1000101 110111

Color Harmonies of #483DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483DDC

Black with #483DDC

Text Example


Text Example

White with #483DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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