Html Css Color HEX #483EFE Neon Blue

📋 copy color: '#483EFE'

red 72 ◦ green 62 ◦ blue 254

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

Shades of Neon Blue #483EFE

Tints of Neon Blue #483EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 65.46%

R = 18.56%
G = 15.98%
B = 65.46%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#483EFE (or 0x483EFE) is known color: Neon Blue. HEX triplet: 48, 3E and FE. RGB value is (72,62,254). Sum of RGB (Red+Green+Blue) = 72+62+254=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 62 (24.61% from 255 or 15.98% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #483EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483EFE is #B7C101. Grayscale: #565656. Windows color (decimal): -12042498 or 16662088. OLE color: 16662088.

HSL color Cylindrical-coordinate representation of color #483EFE: hue angle of 243.13º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #483EFE is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 72 62 254 -
CMYK 0.72 0.76 0 0.00
HSL 243.13º 0.99% 0.62% -
HSV(B) 243.13º 0.76% 1% -
XYZ 22.28 11.98 94.9 -
YUV 86.88 222.31 117.39 -
System Red Green Blue C M Y K H S L
Decimal 72 62 254 0.72 0.76 0 0.00 243.13 0.99 0.62
Hex 48 3E FE 48 4C 0 0 F3 63 3E
Octal 110 76 376 110 114 0 0 363 143 76
Binary 1001000 111110 11111110 1001000 1001100 0 0 11110011 1100011 111110

Color Harmonies of #483EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483EFE

Black with #483EFE

Text Example


Text Example

White with #483EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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