Html Css Color HEX #334FEF Neon Blue

📋 copy color: '#334FEF'

red 51 ◦ green 79 ◦ blue 239

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

Shades of Neon Blue #334FEF

Tints of Neon Blue #334FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 64.77%

R = 13.82%
G = 21.41%
B = 64.77%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#334FEF (or 0x334FEF) is known color: Neon Blue. HEX triplet: 33, 4F and EF. RGB value is (51,79,239). Sum of RGB (Red+Green+Blue) = 51+79+239=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 239 (93.75% from 255 or 64.77% from 369); Max value from RGB is 239 - color contains mainly: blue. Hex color #334FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #334FEF is #CCB010. Grayscale: #585858. Windows color (decimal): -13414417 or 15683379. OLE color: 15683379.

HSL color Cylindrical-coordinate representation of color #334FEF: hue angle of 231.06º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #334FEF is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 51 79 239 -
CMYK 0.79 0.67 0 0.06
HSL 231.06º 0.85% 0.57% -
HSV(B) 231.06º 0.79% 0.94% -
XYZ 19.74 12.53 83.04 -
YUV 88.87 212.72 100.99 -
System Red Green Blue C M Y K H S L
Decimal 51 79 239 0.79 0.67 0 0.06 231.06 0.85 0.57
Hex 33 4F EF 4F 43 0 6 E7 55 39
Octal 63 117 357 117 103 0 6 347 125 71
Binary 110011 1001111 11101111 1001111 1000011 0 110 11100111 1010101 111001

Color Harmonies of #334FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334FEF

Black with #334FEF

Text Example


Text Example

White with #334FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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