Html Css Color HEX #334DFF Neon Blue

📋 copy color: '#334DFF'

red 51 ◦ green 77 ◦ blue 255

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

Shades of Neon Blue #334DFF

Tints of Neon Blue #334DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.58%

R = 13.32%
G = 20.1%
B = 66.58%

CMYK

 C value IS 0.8

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#334DFF (or 0x334DFF) is known color: Neon Blue. HEX triplet: 33, 4D and FF. RGB value is (51,77,255). Sum of RGB (Red+Green+Blue) = 51+77+255=383 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.32% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #334DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #334DFF is #CCB200. Grayscale: #585858. Windows color (decimal): -13414913 or 16731443. OLE color: 16731443.

HSL color Cylindrical-coordinate representation of color #334DFF: hue angle of 232.35º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #334DFF is Cyan = 0.8, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 51 77 255 -
CMYK 0.8 0.70 0 0
HSL 232.35º 1% 0.6% -
HSV(B) 232.35º 0.8% 1% -
XYZ 22.07 13.23 96 -
YUV 89.52 221.39 100.53 -
System Red Green Blue C M Y K H S L
Decimal 51 77 255 0.8 0.70 0 0 232.35 1 0.6
Hex 33 4D FF 50 46 0 0 E8 64 3C
Octal 63 115 377 120 106 0 0 350 144 74
Binary 110011 1001101 11111111 1010000 1000110 0 0 11101000 1100100 111100

Color Harmonies of #334DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334DFF

Black with #334DFF

Text Example


Text Example

White with #334DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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