Html Css Color HEX #4934F8 Neon Blue

📋 copy color: '#4934F8'

red 73 ◦ green 52 ◦ blue 248

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

Shades of Neon Blue #4934F8

Tints of Neon Blue #4934F8

RGB

 RED value IS 73 (28.91% from 255) = 19.57%

 GREEN value IS 52 (20.7% from 255) = 13.94%

 BLUE value IS 248 (97.27% from 255) = 66.49%

R = 19.57%
G = 13.94%
B = 66.49%

CMYK

 C value IS 0.71

 M value IS 0.79

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4934F8 (or 0x4934F8) is known color: Neon Blue. HEX triplet: 49, 34 and F8. RGB value is (73,52,248). Sum of RGB (Red+Green+Blue) = 73+52+248=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 248 (97.27% from 255 or 66.49% from 373); Max value from RGB is 248 - color contains mainly: blue. Hex color #4934F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4934F8 is #B6CB07. Grayscale: #4F4F4F. Windows color (decimal): -11979528 or 16266313. OLE color: 16266313.

HSL color Cylindrical-coordinate representation of color #4934F8: hue angle of 246.43º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4934F8 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 73 52 248 -
CMYK 0.71 0.79 0 0.03
HSL 246.43º 0.93% 0.59% -
HSV(B) 246.43º 0.79% 0.97% -
XYZ 20.92 10.65 89.76 -
YUV 80.62 222.46 122.56 -
System Red Green Blue C M Y K H S L
Decimal 73 52 248 0.71 0.79 0 0.03 246.43 0.93 0.59
Hex 49 34 F8 47 4F 0 3 F6 5D 3B
Octal 111 64 370 107 117 0 3 366 135 73
Binary 1001001 110100 11111000 1000111 1001111 0 11 11110110 1011101 111011

Color Harmonies of #4934F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4934F8

Black with #4934F8

Text Example


Text Example

White with #4934F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4934F8; }

 p { color: rgb(73,52,248); }

 H1.HeaderClassName
 {
   color: #4934F8;
 }
 .AnyTagClassName
 {
   color: #4934F8;
 }
</style>

background-color css

<style>
 a { background-color: #4934F8; }

 a { background-color: rgb(73,52,248); }

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

border-color css

<style>
 span { border-color: #4934F8; }

 span { border-color: rgb(73,52,248); }

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