Html Css Color HEX #334EFA Neon Blue

📋 copy color: '#334EFA'

red 51 ◦ green 78 ◦ blue 250

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

Shades of Neon Blue #334EFA

Tints of Neon Blue #334EFA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.58%

 BLUE value IS 250 (98.05% from 255) = 65.96%

R = 13.46%
G = 20.58%
B = 65.96%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#334EFA (or 0x334EFA) is known color: Neon Blue. HEX triplet: 33, 4E and FA. RGB value is (51,78,250). Sum of RGB (Red+Green+Blue) = 51+78+250=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #334EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #334EFA is #CCB105. Grayscale: #585858. Windows color (decimal): -13414662 or 16404019. OLE color: 16404019.

HSL color Cylindrical-coordinate representation of color #334EFA: hue angle of 231.86º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #334EFA is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 78 250 -
CMYK 0.80 0.69 0 0.02
HSL 231.86º 0.95% 0.59% -
HSV(B) 231.86º 0.8% 0.98% -
XYZ 21.34 13.05 91.84 -
YUV 89.54 218.55 100.51 -
System Red Green Blue C M Y K H S L
Decimal 51 78 250 0.80 0.69 0 0.02 231.86 0.95 0.59
Hex 33 4E FA 50 45 0 2 E8 5F 3B
Octal 63 116 372 120 105 0 2 350 137 73
Binary 110011 1001110 11111010 1010000 1000101 0 10 11101000 1011111 111011

Color Harmonies of #334EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334EFA

Black with #334EFA

Text Example


Text Example

White with #334EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,78,250); }

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

background-color css

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

 a { background-color: rgb(51,78,250); }

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

border-color css

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

 span { border-color: rgb(51,78,250); }

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