Html Css Color HEX #483EEF Neon Blue

📋 copy color: '#483EEF'

red 72 ◦ green 62 ◦ blue 239

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

Shades of Neon Blue #483EEF

Tints of Neon Blue #483EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 64.08%

R = 19.3%
G = 16.62%
B = 64.08%

CMYK

 C value IS 0.70

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#483EEF (or 0x483EEF) is known color: Neon Blue. HEX triplet: 48, 3E and EF. RGB value is (72,62,239). Sum of RGB (Red+Green+Blue) = 72+62+239=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #483EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483EEF is #B7C110. Grayscale: #545454. Windows color (decimal): -12042513 or 15679048. OLE color: 15679048.

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

Color convert

RGB 72 62 239 -
CMYK 0.70 0.74 0 0.06
HSL 243.39º 0.85% 0.59% -
HSV(B) 243.39º 0.74% 0.94% -
XYZ 19.98 11.05 82.74 -
YUV 85.17 214.81 118.61 -
System Red Green Blue C M Y K H S L
Decimal 72 62 239 0.70 0.74 0 0.06 243.39 0.85 0.59
Hex 48 3E EF 46 4A 0 6 F3 55 3B
Octal 110 76 357 106 112 0 6 363 125 73
Binary 1001000 111110 11101111 1000110 1001010 0 110 11110011 1010101 111011

Color Harmonies of #483EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483EEF

Black with #483EEF

Text Example


Text Example

White with #483EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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