Html Css Color HEX #334BFA Neon Blue

📋 copy color: '#334BFA'

red 51 ◦ green 75 ◦ blue 250

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

Shades of Neon Blue #334BFA

Tints of Neon Blue #334BFA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.95%

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

R = 13.56%
G = 19.95%
B = 66.49%

CMYK

 C value IS 0.80

 M value IS 0.7

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#334BFA (or 0x334BFA) is known color: Neon Blue. HEX triplet: 33, 4B and FA. RGB value is (51,75,250). Sum of RGB (Red+Green+Blue) = 51+75+250=376 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.56% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #334BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #334BFA is #CCB405. Grayscale: #575757. Windows color (decimal): -13415430 or 16403251. OLE color: 16403251.

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

Color convert

RGB 51 75 250 -
CMYK 0.80 0.7 0 0.02
HSL 232.76º 0.95% 0.59% -
HSV(B) 232.76º 0.8% 0.98% -
XYZ 21.14 12.64 91.77 -
YUV 87.77 219.55 101.77 -
System Red Green Blue C M Y K H S L
Decimal 51 75 250 0.80 0.7 0 0.02 232.76 0.95 0.59
Hex 33 4B FA 50 46 0 2 E9 5F 3B
Octal 63 113 372 120 106 0 2 351 137 73
Binary 110011 1001011 11111010 1010000 1000110 0 10 11101001 1011111 111011

Color Harmonies of #334BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334BFA

Black with #334BFA

Text Example


Text Example

White with #334BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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