Html Css Color HEX #334BFB Neon Blue

📋 copy color: '#334BFB'

red 51 ◦ green 75 ◦ blue 251

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

Shades of Neon Blue #334BFB

Tints of Neon Blue #334BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 66.58%

R = 13.53%
G = 19.89%
B = 66.58%

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

#334BFB (or 0x334BFB) is known color: Neon Blue. HEX triplet: 33, 4B and FB. RGB value is (51,75,251). Sum of RGB (Red+Green+Blue) = 51+75+251=377 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.53% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 251 (98.44% from 255 or 66.58% from 377); Max value from RGB is 251 - color contains mainly: blue. Hex color #334BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #334BFB is #CCB404. Grayscale: #575757. Windows color (decimal): -13415429 or 16468787. OLE color: 16468787.

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

Color convert

RGB 51 75 251 -
CMYK 0.80 0.70 0 0.02
HSL 232.8º 0.96% 0.59% -
HSV(B) 232.8º 0.8% 0.98% -
XYZ 21.29 12.7 92.6 -
YUV 87.89 220.05 101.69 -
System Red Green Blue C M Y K H S L
Decimal 51 75 251 0.80 0.70 0 0.02 232.8 0.96 0.59
Hex 33 4B FB 50 46 0 2 E9 60 3B
Octal 63 113 373 120 106 0 2 351 140 73
Binary 110011 1001011 11111011 1010000 1000110 0 10 11101001 1100000 111011

Color Harmonies of #334BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334BFB

Black with #334BFB

Text Example


Text Example

White with #334BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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