Html Css Color HEX #483BDE Neon Blue

📋 copy color: '#483BDE'

red 72 ◦ green 59 ◦ blue 222

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

Shades of Neon Blue #483BDE

Tints of Neon Blue #483BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.89%

R = 20.4%
G = 16.71%
B = 62.89%

CMYK

 C value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#483BDE (or 0x483BDE) is known color: Neon Blue. HEX triplet: 48, 3B and DE. RGB value is (72,59,222). Sum of RGB (Red+Green+Blue) = 72+59+222=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 222 (87.11% from 255 or 62.89% from 353); Max value from RGB is 222 - color contains mainly: blue. Hex color #483BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483BDE is #B7C421. Grayscale: #505050. Windows color (decimal): -12043298 or 14564168. OLE color: 14564168.

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

Color convert

RGB 72 59 222 -
CMYK 0.68 0.73 0 0.13
HSL 244.79º 0.71% 0.55% -
HSV(B) 244.79º 0.73% 0.87% -
XYZ 17.42 9.78 70.08 -
YUV 81.47 207.31 121.25 -
System Red Green Blue C M Y K H S L
Decimal 72 59 222 0.68 0.73 0 0.13 244.79 0.71 0.55
Hex 48 3B DE 44 49 0 D F5 47 37
Octal 110 73 336 104 111 0 15 365 107 67
Binary 1001000 111011 11011110 1000100 1001001 0 1101 11110101 1000111 110111

Color Harmonies of #483BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483BDE

Black with #483BDE

Text Example


Text Example

White with #483BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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