Html Css Color HEX #483FEB Neon Blue

📋 copy color: '#483FEB'

red 72 ◦ green 63 ◦ blue 235

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

Shades of Neon Blue #483FEB

Tints of Neon Blue #483FEB

RGB

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

 GREEN value IS 63 (25% from 255) = 17.03%

 BLUE value IS 235 (92.19% from 255) = 63.51%

R = 19.46%
G = 17.03%
B = 63.51%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#483FEB (or 0x483FEB) is known color: Neon Blue. HEX triplet: 48, 3F and EB. RGB value is (72,63,235). Sum of RGB (Red+Green+Blue) = 72+63+235=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 235 (92.19% from 255 or 63.51% from 370); Max value from RGB is 235 - color contains mainly: blue. Hex color #483FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483FEB is #B7C014. Grayscale: #545454. Windows color (decimal): -12042261 or 15417160. OLE color: 15417160.

HSL color Cylindrical-coordinate representation of color #483FEB: hue angle of 243.14º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #483FEB is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 63 235 -
CMYK 0.69 0.73 0 0.08
HSL 243.14º 0.81% 0.58% -
HSV(B) 243.14º 0.73% 0.92% -
XYZ 19.45 10.93 79.68 -
YUV 85.3 212.48 118.51 -
System Red Green Blue C M Y K H S L
Decimal 72 63 235 0.69 0.73 0 0.08 243.14 0.81 0.58
Hex 48 3F EB 45 49 0 8 F3 51 3A
Octal 110 77 353 105 111 0 10 363 121 72
Binary 1001000 111111 11101011 1000101 1001001 0 1000 11110011 1010001 111010

Color Harmonies of #483FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483FEB

Black with #483FEB

Text Example


Text Example

White with #483FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,63,235); }

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

background-color css

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

 a { background-color: rgb(72,63,235); }

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

border-color css

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

 span { border-color: rgb(72,63,235); }

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