Html Css Color HEX #483EDC Neon Blue

📋 copy color: '#483EDC'

red 72 ◦ green 62 ◦ blue 220

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

Shades of Neon Blue #483EDC

Tints of Neon Blue #483EDC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.51%

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

R = 20.34%
G = 17.51%
B = 62.15%

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

#483EDC (or 0x483EDC) is known color: Neon Blue. HEX triplet: 48, 3E and DC. RGB value is (72,62,220). Sum of RGB (Red+Green+Blue) = 72+62+220=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #483EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483EDC is #B7C123. Grayscale: #525252. Windows color (decimal): -12042532 or 14433864. OLE color: 14433864.

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

Color convert

RGB 72 62 220 -
CMYK 0.67 0.72 0 0.14
HSL 243.8º 0.69% 0.55% -
HSV(B) 243.8º 0.72% 0.86% -
XYZ 17.31 9.99 68.73 -
YUV 83 205.31 120.15 -
System Red Green Blue C M Y K H S L
Decimal 72 62 220 0.67 0.72 0 0.14 243.8 0.69 0.55
Hex 48 3E DC 43 48 0 E F4 45 37
Octal 110 76 334 103 110 0 16 364 105 67
Binary 1001000 111110 11011100 1000011 1001000 0 1110 11110100 1000101 110111

Color Harmonies of #483EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483EDC

Black with #483EDC

Text Example


Text Example

White with #483EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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