Html Css Color HEX #334AF7 Neon Blue

📋 copy color: '#334AF7'

red 51 ◦ green 74 ◦ blue 247

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

Shades of Neon Blue #334AF7

Tints of Neon Blue #334AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 66.4%

R = 13.71%
G = 19.89%
B = 66.4%

CMYK

 C value IS 0.79

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#334AF7 (or 0x334AF7) is known color: Neon Blue. HEX triplet: 33, 4A and F7. RGB value is (51,74,247). Sum of RGB (Red+Green+Blue) = 51+74+247=372 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.71% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 247 (96.88% from 255 or 66.40% from 372); Max value from RGB is 247 - color contains mainly: blue. Hex color #334AF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #334AF7 is #CCB508. Grayscale: #565656. Windows color (decimal): -13415689 or 16206387. OLE color: 16206387.

HSL color Cylindrical-coordinate representation of color #334AF7: hue angle of 232.96º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #334AF7 is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 51 74 247 -
CMYK 0.79 0.70 0 0.03
HSL 232.96º 0.92% 0.58% -
HSV(B) 232.96º 0.79% 0.97% -
XYZ 20.6 12.32 89.29 -
YUV 86.85 218.38 102.43 -
System Red Green Blue C M Y K H S L
Decimal 51 74 247 0.79 0.70 0 0.03 232.96 0.92 0.58
Hex 33 4A F7 4F 46 0 3 E9 5C 3A
Octal 63 112 367 117 106 0 3 351 134 72
Binary 110011 1001010 11110111 1001111 1000110 0 11 11101001 1011100 111010

Color Harmonies of #334AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334AF7

Black with #334AF7

Text Example


Text Example

White with #334AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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