Html Css Color HEX #4858EF Neon Blue

📋 copy color: '#4858EF'

red 72 ◦ green 88 ◦ blue 239

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

Shades of Neon Blue #4858EF

Tints of Neon Blue #4858EF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.06%

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

R = 18.05%
G = 22.06%
B = 59.9%

CMYK

 C value IS 0.70

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4858EF (or 0x4858EF) is known color: Neon Blue. HEX triplet: 48, 58 and EF. RGB value is (72,88,239). Sum of RGB (Red+Green+Blue) = 72+88+239=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #4858EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4858EF is #B7A710. Grayscale: #636363. Windows color (decimal): -12035857 or 15685704. OLE color: 15685704.

HSL color Cylindrical-coordinate representation of color #4858EF: hue angle of 234.25º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4858EF is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 72 88 239 -
CMYK 0.70 0.63 0 0.06
HSL 234.25º 0.84% 0.61% -
HSV(B) 234.25º 0.7% 0.94% -
XYZ 21.74 14.59 83.33 -
YUV 100.43 206.2 107.72 -
System Red Green Blue C M Y K H S L
Decimal 72 88 239 0.70 0.63 0 0.06 234.25 0.84 0.61
Hex 48 58 EF 46 3F 0 6 EA 54 3D
Octal 110 130 357 106 77 0 6 352 124 75
Binary 1001000 1011000 11101111 1000110 111111 0 110 11101010 1010100 111101

Color Harmonies of #4858EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4858EF

Black with #4858EF

Text Example


Text Example

White with #4858EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4858EF; }

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

 H1.HeaderClassName
 {
   color: #4858EF;
 }
 .AnyTagClassName
 {
   color: #4858EF;
 }
</style>

background-color css

<style>
 a { background-color: #4858EF; }

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

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

border-color css

<style>
 span { border-color: #4858EF; }

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

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