Html Css Color HEX #4952F1 Neon Blue

📋 copy color: '#4952F1'

red 73 ◦ green 82 ◦ blue 241

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

Shades of Neon Blue #4952F1

Tints of Neon Blue #4952F1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.71%

 BLUE value IS 241 (94.53% from 255) = 60.86%

R = 18.43%
G = 20.71%
B = 60.86%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4952F1 (or 0x4952F1) is known color: Neon Blue. HEX triplet: 49, 52 and F1. RGB value is (73,82,241). Sum of RGB (Red+Green+Blue) = 73+82+241=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 241 (94.53% from 255 or 60.86% from 396); Max value from RGB is 241 - color contains mainly: blue. Hex color #4952F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4952F1 is #B6AD0E. Grayscale: #606060. Windows color (decimal): -11971855 or 15815241. OLE color: 15815241.

HSL color Cylindrical-coordinate representation of color #4952F1: hue angle of 236.79º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4952F1 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 82 241 -
CMYK 0.70 0.66 0 0.05
HSL 236.79º 0.86% 0.62% -
HSV(B) 236.79º 0.7% 0.95% -
XYZ 21.64 13.8 84.74 -
YUV 97.44 209.02 110.57 -
System Red Green Blue C M Y K H S L
Decimal 73 82 241 0.70 0.66 0 0.05 236.79 0.86 0.62
Hex 49 52 F1 46 42 0 5 ED 56 3E
Octal 111 122 361 106 102 0 5 355 126 76
Binary 1001001 1010010 11110001 1000110 1000010 0 101 11101101 1010110 111110

Color Harmonies of #4952F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4952F1

Black with #4952F1

Text Example


Text Example

White with #4952F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4952F1; }

 p { color: rgb(73,82,241); }

 H1.HeaderClassName
 {
   color: #4952F1;
 }
 .AnyTagClassName
 {
   color: #4952F1;
 }
</style>

background-color css

<style>
 a { background-color: #4952F1; }

 a { background-color: rgb(73,82,241); }

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

border-color css

<style>
 span { border-color: #4952F1; }

 span { border-color: rgb(73,82,241); }

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