Html Css Color HEX #334AFC Neon Blue

📋 copy color: '#334AFC'

red 51 ◦ green 74 ◦ blue 252

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

Shades of Neon Blue #334AFC

Tints of Neon Blue #334AFC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.63%

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

R = 13.53%
G = 19.63%
B = 66.84%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#334AFC (or 0x334AFC) is known color: Neon Blue. HEX triplet: 33, 4A and FC. RGB value is (51,74,252). Sum of RGB (Red+Green+Blue) = 51+74+252=377 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.53% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 252 (98.83% from 255 or 66.84% from 377); Max value from RGB is 252 - color contains mainly: blue. Hex color #334AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #334AFC is #CCB503. Grayscale: #565656. Windows color (decimal): -13415684 or 16534067. OLE color: 16534067.

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

Color convert

RGB 51 74 252 -
CMYK 0.80 0.71 0 0.01
HSL 233.13º 0.97% 0.59% -
HSV(B) 233.13º 0.8% 0.99% -
XYZ 21.38 12.63 93.41 -
YUV 87.42 220.88 102.03 -
System Red Green Blue C M Y K H S L
Decimal 51 74 252 0.80 0.71 0 0.01 233.13 0.97 0.59
Hex 33 4A FC 50 47 0 1 E9 61 3B
Octal 63 112 374 120 107 0 1 351 141 73
Binary 110011 1001010 11111100 1010000 1000111 0 1 11101001 1100001 111011

Color Harmonies of #334AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334AFC

Black with #334AFC

Text Example


Text Example

White with #334AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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