Html Css Color HEX #334DFC Neon Blue

📋 copy color: '#334DFC'

red 51 ◦ green 77 ◦ blue 252

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

Shades of Neon Blue #334DFC

Tints of Neon Blue #334DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 66.32%

R = 13.42%
G = 20.26%
B = 66.32%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#334DFC (or 0x334DFC) is known color: Neon Blue. HEX triplet: 33, 4D and FC. RGB value is (51,77,252). Sum of RGB (Red+Green+Blue) = 51+77+252=380 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.42% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #334DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #334DFC is #CCB203. Grayscale: #585858. Windows color (decimal): -13414916 or 16534835. OLE color: 16534835.

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

Color convert

RGB 51 77 252 -
CMYK 0.80 0.69 0 0.01
HSL 232.24º 0.97% 0.59% -
HSV(B) 232.24º 0.8% 0.99% -
XYZ 21.59 13.04 93.47 -
YUV 89.18 219.89 100.77 -
System Red Green Blue C M Y K H S L
Decimal 51 77 252 0.80 0.69 0 0.01 232.24 0.97 0.59
Hex 33 4D FC 50 45 0 1 E8 61 3B
Octal 63 115 374 120 105 0 1 350 141 73
Binary 110011 1001101 11111100 1010000 1000101 0 1 11101000 1100001 111011

Color Harmonies of #334DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334DFC

Black with #334DFC

Text Example


Text Example

White with #334DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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