Html Css Color HEX #334DF9 Neon Blue

📋 copy color: '#334DF9'

red 51 ◦ green 77 ◦ blue 249

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

Shades of Neon Blue #334DF9

Tints of Neon Blue #334DF9

RGB

 RED value IS 51 (20.31% from 255) = 13.53%

 GREEN value IS 77 (30.47% from 255) = 20.42%

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

R = 13.53%
G = 20.42%
B = 66.05%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#334DF9 (or 0x334DF9) is known color: Neon Blue. HEX triplet: 33, 4D and F9. RGB value is (51,77,249). Sum of RGB (Red+Green+Blue) = 51+77+249=377 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.53% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 249 (97.66% from 255 or 66.05% from 377); Max value from RGB is 249 - color contains mainly: blue. Hex color #334DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #334DF9 is #CCB206. Grayscale: #585858. Windows color (decimal): -13414919 or 16338227. OLE color: 16338227.

HSL color Cylindrical-coordinate representation of color #334DF9: hue angle of 232.12º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #334DF9 is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 77 249 -
CMYK 0.80 0.69 0 0.02
HSL 232.12º 0.94% 0.59% -
HSV(B) 232.12º 0.8% 0.98% -
XYZ 21.12 12.85 90.99 -
YUV 88.83 218.39 101.01 -
System Red Green Blue C M Y K H S L
Decimal 51 77 249 0.80 0.69 0 0.02 232.12 0.94 0.59
Hex 33 4D F9 50 45 0 2 E8 5E 3B
Octal 63 115 371 120 105 0 2 350 136 73
Binary 110011 1001101 11111001 1010000 1000101 0 10 11101000 1011110 111011

Color Harmonies of #334DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334DF9

Black with #334DF9

Text Example


Text Example

White with #334DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334DF9; }

 p { color: rgb(51,77,249); }

 H1.HeaderClassName
 {
   color: #334DF9;
 }
 .AnyTagClassName
 {
   color: #334DF9;
 }
</style>

background-color css

<style>
 a { background-color: #334DF9; }

 a { background-color: rgb(51,77,249); }

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

border-color css

<style>
 span { border-color: #334DF9; }

 span { border-color: rgb(51,77,249); }

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