Html Css Color HEX #3046F9 Neon Blue

📋 copy color: '#3046F9'

red 48 ◦ green 70 ◦ blue 249

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

Shades of Neon Blue #3046F9

Tints of Neon Blue #3046F9

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.07%

 BLUE value IS 249 (97.66% from 255) = 67.85%

R = 13.08%
G = 19.07%
B = 67.85%

CMYK

 C value IS 0.81

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3046F9 (or 0x3046F9) is known color: Neon Blue. HEX triplet: 30, 46 and F9. RGB value is (48,70,249). Sum of RGB (Red+Green+Blue) = 48+70+249=367 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.08% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 249 (97.66% from 255 or 67.85% from 367); Max value from RGB is 249 - color contains mainly: blue. Hex color #3046F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3046F9 is #CFB906. Grayscale: #535353. Windows color (decimal): -13613319 or 16336432. OLE color: 16336432.

HSL color Cylindrical-coordinate representation of color #3046F9: hue angle of 233.43º degrees, saturation: 0.94, 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 #3046F9 is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 70 249 -
CMYK 0.81 0.72 0 0.02
HSL 233.43º 0.94% 0.58% -
HSV(B) 233.43º 0.81% 0.98% -
XYZ 20.51 11.85 90.83 -
YUV 83.83 221.21 102.45 -
System Red Green Blue C M Y K H S L
Decimal 48 70 249 0.81 0.72 0 0.02 233.43 0.94 0.58
Hex 30 46 F9 51 48 0 2 E9 5E 3A
Octal 60 106 371 121 110 0 2 351 136 72
Binary 110000 1000110 11111001 1010001 1001000 0 10 11101001 1011110 111010

Color Harmonies of #3046F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3046F9

Black with #3046F9

Text Example


Text Example

White with #3046F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3046F9; }

 p { color: rgb(48,70,249); }

 H1.HeaderClassName
 {
   color: #3046F9;
 }
 .AnyTagClassName
 {
   color: #3046F9;
 }
</style>

background-color css

<style>
 a { background-color: #3046F9; }

 a { background-color: rgb(48,70,249); }

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

border-color css

<style>
 span { border-color: #3046F9; }

 span { border-color: rgb(48,70,249); }

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