Html Css Color HEX #3049FA Neon Blue

📋 copy color: '#3049FA'

red 48 ◦ green 73 ◦ blue 250

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

Shades of Neon Blue #3049FA

Tints of Neon Blue #3049FA

RGB

 RED value IS 48 (19.14% from 255) = 12.94%

 GREEN value IS 73 (28.91% from 255) = 19.68%

 BLUE value IS 250 (98.05% from 255) = 67.39%

R = 12.94%
G = 19.68%
B = 67.39%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3049FA (or 0x3049FA) is known color: Neon Blue. HEX triplet: 30, 49 and FA. RGB value is (48,73,250). Sum of RGB (Red+Green+Blue) = 48+73+250=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #3049FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3049FA is #CFB605. Grayscale: #545454. Windows color (decimal): -13612550 or 16402736. OLE color: 16402736.

HSL color Cylindrical-coordinate representation of color #3049FA: hue angle of 232.57º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3049FA is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 73 250 -
CMYK 0.81 0.71 0 0.02
HSL 232.57º 0.95% 0.58% -
HSV(B) 232.57º 0.81% 0.98% -
XYZ 20.86 12.3 91.72 -
YUV 85.7 220.72 101.11 -
System Red Green Blue C M Y K H S L
Decimal 48 73 250 0.81 0.71 0 0.02 232.57 0.95 0.58
Hex 30 49 FA 51 47 0 2 E9 5F 3A
Octal 60 111 372 121 107 0 2 351 137 72
Binary 110000 1001001 11111010 1010001 1000111 0 10 11101001 1011111 111010

Color Harmonies of #3049FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3049FA

Black with #3049FA

Text Example


Text Example

White with #3049FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3049FA; }

 p { color: rgb(48,73,250); }

 H1.HeaderClassName
 {
   color: #3049FA;
 }
 .AnyTagClassName
 {
   color: #3049FA;
 }
</style>

background-color css

<style>
 a { background-color: #3049FA; }

 a { background-color: rgb(48,73,250); }

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

border-color css

<style>
 span { border-color: #3049FA; }

 span { border-color: rgb(48,73,250); }

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