Html Css Color HEX #334FFC Neon Blue

📋 copy color: '#334FFC'

red 51 ◦ green 79 ◦ blue 252

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

Shades of Neon Blue #334FFC

Tints of Neon Blue #334FFC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.68%

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

R = 13.35%
G = 20.68%
B = 65.97%

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

#334FFC (or 0x334FFC) is known color: Neon Blue. HEX triplet: 33, 4F and FC. RGB value is (51,79,252). Sum of RGB (Red+Green+Blue) = 51+79+252=382 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.35% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #334FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #334FFC is #CCB003. Grayscale: #595959. Windows color (decimal): -13414404 or 16535347. OLE color: 16535347.

HSL color Cylindrical-coordinate representation of color #334FFC: hue angle of 231.64º 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 #334FFC is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 79 252 -
CMYK 0.80 0.69 0 0.01
HSL 231.64º 0.97% 0.59% -
HSV(B) 231.64º 0.8% 0.99% -
XYZ 21.73 13.32 93.52 -
YUV 90.35 219.22 99.93 -
System Red Green Blue C M Y K H S L
Decimal 51 79 252 0.80 0.69 0 0.01 231.64 0.97 0.59
Hex 33 4F FC 50 45 0 1 E8 61 3B
Octal 63 117 374 120 105 0 1 350 141 73
Binary 110011 1001111 11111100 1010000 1000101 0 1 11101000 1100001 111011

Color Harmonies of #334FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334FFC

Black with #334FFC

Text Example


Text Example

White with #334FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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