Html Css Color HEX #483DFF Neon Blue

📋 copy color: '#483DFF'

red 72 ◦ green 61 ◦ blue 255

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

Shades of Neon Blue #483DFF

Tints of Neon Blue #483DFF

RGB

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

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

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

R = 18.56%
G = 15.72%
B = 65.72%

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

#483DFF (or 0x483DFF) is known color: Neon Blue. HEX triplet: 48, 3D and FF. RGB value is (72,61,255). Sum of RGB (Red+Green+Blue) = 72+61+255=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #483DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483DFF is #B7C200. Grayscale: #555555. Windows color (decimal): -12042753 or 16727368. OLE color: 16727368.

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

Color convert

RGB 72 61 255 -
CMYK 0.72 0.76 0 0
HSL 243.4º 1% 0.62% -
HSV(B) 243.4º 0.76% 1% -
XYZ 22.39 11.94 95.73 -
YUV 86.41 223.14 117.73 -
System Red Green Blue C M Y K H S L
Decimal 72 61 255 0.72 0.76 0 0 243.4 1 0.62
Hex 48 3D FF 48 4C 0 0 F3 64 3E
Octal 110 75 377 110 114 0 0 363 144 76
Binary 1001000 111101 11111111 1001000 1001100 0 0 11110011 1100100 111110

Color Harmonies of #483DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483DFF

Black with #483DFF

Text Example


Text Example

White with #483DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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