Html Css Color HEX #334BFC Neon Blue

📋 copy color: '#334BFC'

red 51 ◦ green 75 ◦ blue 252

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

Shades of Neon Blue #334BFC

Tints of Neon Blue #334BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 66.67%

R = 13.49%
G = 19.84%
B = 66.67%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#334BFC (or 0x334BFC) is known color: Neon Blue. HEX triplet: 33, 4B and FC. RGB value is (51,75,252). Sum of RGB (Red+Green+Blue) = 51+75+252=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 252 (98.83% from 255 or 66.67% from 378); Max value from RGB is 252 - color contains mainly: blue. Hex color #334BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #334BFC is #CCB403. Grayscale: #575757. Windows color (decimal): -13415428 or 16534323. OLE color: 16534323.

HSL color Cylindrical-coordinate representation of color #334BFC: hue angle of 232.84º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #334BFC is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 75 252 -
CMYK 0.80 0.70 0 0.01
HSL 232.84º 0.97% 0.59% -
HSV(B) 232.84º 0.8% 0.99% -
XYZ 21.45 12.76 93.43 -
YUV 88 220.55 101.61 -
System Red Green Blue C M Y K H S L
Decimal 51 75 252 0.80 0.70 0 0.01 232.84 0.97 0.59
Hex 33 4B FC 50 46 0 1 E9 61 3B
Octal 63 113 374 120 106 0 1 351 141 73
Binary 110011 1001011 11111100 1010000 1000110 0 1 11101001 1100001 111011

Color Harmonies of #334BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334BFC

Black with #334BFC

Text Example


Text Example

White with #334BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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