Html Css Color HEX #483CFF Neon Blue

📋 copy color: '#483CFF'

red 72 ◦ green 60 ◦ blue 255

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

Shades of Neon Blue #483CFF

Tints of Neon Blue #483CFF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.5%

 BLUE value IS 255 (100% from 255) = 65.89%

R = 18.6%
G = 15.5%
B = 65.89%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#483CFF (or 0x483CFF) is known color: Neon Blue. HEX triplet: 48, 3C and FF. RGB value is (72,60,255). Sum of RGB (Red+Green+Blue) = 72+60+255=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #483CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483CFF is #B7C300. Grayscale: #555555. Windows color (decimal): -12043009 or 16727112. OLE color: 16727112.

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

Color convert

RGB 72 60 255 -
CMYK 0.72 0.76 0 0
HSL 243.69º 1% 0.62% -
HSV(B) 243.69º 0.76% 1% -
XYZ 22.34 11.83 95.71 -
YUV 85.82 223.48 118.14 -
System Red Green Blue C M Y K H S L
Decimal 72 60 255 0.72 0.76 0 0 243.69 1 0.62
Hex 48 3C FF 48 4C 0 0 F4 64 3E
Octal 110 74 377 110 114 0 0 364 144 76
Binary 1001000 111100 11111111 1001000 1001100 0 0 11110100 1100100 111110

Color Harmonies of #483CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483CFF

Black with #483CFF

Text Example


Text Example

White with #483CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,60,255); }

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

background-color css

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

 a { background-color: rgb(72,60,255); }

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

border-color css

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

 span { border-color: rgb(72,60,255); }

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