Html Css Color HEX #483EF8 Neon Blue

📋 copy color: '#483EF8'

red 72 ◦ green 62 ◦ blue 248

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

Shades of Neon Blue #483EF8

Tints of Neon Blue #483EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 64.92%

R = 18.85%
G = 16.23%
B = 64.92%

CMYK

 C value IS 0.71

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#483EF8 (or 0x483EF8) is known color: Neon Blue. HEX triplet: 48, 3E and F8. RGB value is (72,62,248). Sum of RGB (Red+Green+Blue) = 72+62+248=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 248 (97.27% from 255 or 64.92% from 382); Max value from RGB is 248 - color contains mainly: blue. Hex color #483EF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483EF8 is #B7C107. Grayscale: #555555. Windows color (decimal): -12042504 or 16268872. OLE color: 16268872.

HSL color Cylindrical-coordinate representation of color #483EF8: hue angle of 243.23º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #483EF8 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 72 62 248 -
CMYK 0.71 0.75 0 0.03
HSL 243.23º 0.93% 0.61% -
HSV(B) 243.23º 0.75% 0.97% -
XYZ 21.34 11.6 89.92 -
YUV 86.19 219.31 117.88 -
System Red Green Blue C M Y K H S L
Decimal 72 62 248 0.71 0.75 0 0.03 243.23 0.93 0.61
Hex 48 3E F8 47 4B 0 3 F3 5D 3D
Octal 110 76 370 107 113 0 3 363 135 75
Binary 1001000 111110 11111000 1000111 1001011 0 11 11110011 1011101 111101

Color Harmonies of #483EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483EF8

Black with #483EF8

Text Example


Text Example

White with #483EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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