Html Css Color HEX #343BFC Neon Blue

📋 copy color: '#343BFC'

red 52 ◦ green 59 ◦ blue 252

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

Shades of Neon Blue #343BFC

Tints of Neon Blue #343BFC

RGB

 RED value IS 52 (20.7% from 255) = 14.33%

 GREEN value IS 59 (23.44% from 255) = 16.25%

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

R = 14.33%
G = 16.25%
B = 69.42%

CMYK

 C value IS 0.79

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#343BFC (or 0x343BFC) is known color: Neon Blue. HEX triplet: 34, 3B and FC. RGB value is (52,59,252). Sum of RGB (Red+Green+Blue) = 52+59+252=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 252 (98.83% from 255 or 69.42% from 363); Max value from RGB is 252 - color contains mainly: blue. Hex color #343BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343BFC is #CBC403. Grayscale: #4E4E4E. Windows color (decimal): -13353988 or 16530228. OLE color: 16530228.

HSL color Cylindrical-coordinate representation of color #343BFC: hue angle of 237.9º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #343BFC is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 59 252 -
CMYK 0.79 0.77 0 0.01
HSL 237.9º 0.97% 0.6% -
HSV(B) 237.9º 0.79% 0.99% -
XYZ 20.55 10.89 93.11 -
YUV 78.91 225.68 108.81 -
System Red Green Blue C M Y K H S L
Decimal 52 59 252 0.79 0.77 0 0.01 237.9 0.97 0.6
Hex 34 3B FC 4F 4D 0 1 EE 61 3C
Octal 64 73 374 117 115 0 1 356 141 74
Binary 110100 111011 11111100 1001111 1001101 0 1 11101110 1100001 111100

Color Harmonies of #343BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343BFC

Black with #343BFC

Text Example


Text Example

White with #343BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,59,252); }

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

background-color css

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

 a { background-color: rgb(52,59,252); }

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

border-color css

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

 span { border-color: rgb(52,59,252); }

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