Html Css Color HEX #483CED Neon Blue

📋 copy color: '#483CED'

red 72 ◦ green 60 ◦ blue 237

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

Shades of Neon Blue #483CED

Tints of Neon Blue #483CED

RGB

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

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

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

R = 19.51%
G = 16.26%
B = 64.23%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#483CED (or 0x483CED) is known color: Neon Blue. HEX triplet: 48, 3C and ED. RGB value is (72,60,237). Sum of RGB (Red+Green+Blue) = 72+60+237=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #483CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483CED is #B7C312. Grayscale: #535353. Windows color (decimal): -12043027 or 15547464. OLE color: 15547464.

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

Color convert

RGB 72 60 237 -
CMYK 0.70 0.75 0 0.07
HSL 244.07º 0.83% 0.58% -
HSV(B) 244.07º 0.75% 0.93% -
XYZ 19.57 10.72 81.16 -
YUV 83.77 214.48 119.61 -
System Red Green Blue C M Y K H S L
Decimal 72 60 237 0.70 0.75 0 0.07 244.07 0.83 0.58
Hex 48 3C ED 46 4B 0 7 F4 53 3A
Octal 110 74 355 106 113 0 7 364 123 72
Binary 1001000 111100 11101101 1000110 1001011 0 111 11110100 1010011 111010

Color Harmonies of #483CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483CED

Black with #483CED

Text Example


Text Example

White with #483CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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