Html Css Color HEX #483DFE Neon Blue

📋 copy color: '#483DFE'

red 72 ◦ green 61 ◦ blue 254

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

Shades of Neon Blue #483DFE

Tints of Neon Blue #483DFE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.76%

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

R = 18.6%
G = 15.76%
B = 65.63%

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

#483DFE (or 0x483DFE) is known color: Neon Blue. HEX triplet: 48, 3D and FE. RGB value is (72,61,254). Sum of RGB (Red+Green+Blue) = 72+61+254=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #483DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483DFE is #B7C201. Grayscale: #555555. Windows color (decimal): -12042754 or 16661832. OLE color: 16661832.

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

Color convert

RGB 72 61 254 -
CMYK 0.72 0.76 0 0.00
HSL 243.42º 0.99% 0.62% -
HSV(B) 243.42º 0.76% 1% -
XYZ 22.23 11.87 94.89 -
YUV 86.29 222.64 117.81 -
System Red Green Blue C M Y K H S L
Decimal 72 61 254 0.72 0.76 0 0.00 243.42 0.99 0.62
Hex 48 3D FE 48 4C 0 0 F3 63 3E
Octal 110 75 376 110 114 0 0 363 143 76
Binary 1001000 111101 11111110 1001000 1001100 0 0 11110011 1100011 111110

Color Harmonies of #483DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483DFE

Black with #483DFE

Text Example


Text Example

White with #483DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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