Html Css Color HEX #483EED Neon Blue

📋 copy color: '#483EED'

red 72 ◦ green 62 ◦ blue 237

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

Shades of Neon Blue #483EED

Tints of Neon Blue #483EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 63.88%

R = 19.41%
G = 16.71%
B = 63.88%

CMYK

 C value IS 0.70

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#483EED (or 0x483EED) is known color: Neon Blue. HEX triplet: 48, 3E and ED. RGB value is (72,62,237). Sum of RGB (Red+Green+Blue) = 72+62+237=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 237 (92.97% from 255 or 63.88% from 371); Max value from RGB is 237 - color contains mainly: blue. Hex color #483EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483EED is #B7C112. Grayscale: #545454. Windows color (decimal): -12042515 or 15547976. OLE color: 15547976.

HSL color Cylindrical-coordinate representation of color #483EED: hue angle of 243.43º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #483EED is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 62 237 -
CMYK 0.70 0.74 0 0.07
HSL 243.43º 0.83% 0.59% -
HSV(B) 243.43º 0.74% 0.93% -
XYZ 19.68 10.94 81.19 -
YUV 84.94 213.81 118.77 -
System Red Green Blue C M Y K H S L
Decimal 72 62 237 0.70 0.74 0 0.07 243.43 0.83 0.59
Hex 48 3E ED 46 4A 0 7 F3 53 3B
Octal 110 76 355 106 112 0 7 363 123 73
Binary 1001000 111110 11101101 1000110 1001010 0 111 11110011 1010011 111011

Color Harmonies of #483EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483EED

Black with #483EED

Text Example


Text Example

White with #483EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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