Html Css Color HEX #334AFA Neon Blue

📋 copy color: '#334AFA'

red 51 ◦ green 74 ◦ blue 250

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

Shades of Neon Blue #334AFA

Tints of Neon Blue #334AFA

RGB

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

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

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

R = 13.6%
G = 19.73%
B = 66.67%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#334AFA (or 0x334AFA) is known color: Neon Blue. HEX triplet: 33, 4A and FA. RGB value is (51,74,250). Sum of RGB (Red+Green+Blue) = 51+74+250=375 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.6% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #334AFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #334AFA is #CCB505. Grayscale: #565656. Windows color (decimal): -13415686 or 16402995. OLE color: 16402995.

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

Color convert

RGB 51 74 250 -
CMYK 0.80 0.70 0 0.02
HSL 233.07º 0.95% 0.59% -
HSV(B) 233.07º 0.8% 0.98% -
XYZ 21.07 12.5 91.75 -
YUV 87.19 219.88 102.19 -
System Red Green Blue C M Y K H S L
Decimal 51 74 250 0.80 0.70 0 0.02 233.07 0.95 0.59
Hex 33 4A FA 50 46 0 2 E9 5F 3B
Octal 63 112 372 120 106 0 2 351 137 73
Binary 110011 1001010 11111010 1010000 1000110 0 10 11101001 1011111 111011

Color Harmonies of #334AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334AFA

Black with #334AFA

Text Example


Text Example

White with #334AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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