Html Css Color HEX #343CF5 Neon Blue

📋 copy color: '#343CF5'

red 52 ◦ green 60 ◦ blue 245

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

Shades of Neon Blue #343CF5

Tints of Neon Blue #343CF5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.81%

 BLUE value IS 245 (96.09% from 255) = 68.63%

R = 14.57%
G = 16.81%
B = 68.63%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#343CF5 (or 0x343CF5) is known color: Neon Blue. HEX triplet: 34, 3C and F5. RGB value is (52,60,245). Sum of RGB (Red+Green+Blue) = 52+60+245=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 245 (96.09% from 255 or 68.63% from 357); Max value from RGB is 245 - color contains mainly: blue. Hex color #343CF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343CF5 is #CBC30A. Grayscale: #4D4D4D. Windows color (decimal): -13353739 or 16071732. OLE color: 16071732.

HSL color Cylindrical-coordinate representation of color #343CF5: hue angle of 237.51º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #343CF5 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 52 60 245 -
CMYK 0.79 0.76 0 0.04
HSL 237.51º 0.91% 0.58% -
HSV(B) 237.51º 0.79% 0.96% -
XYZ 19.51 10.55 87.39 -
YUV 78.7 221.85 108.96 -
System Red Green Blue C M Y K H S L
Decimal 52 60 245 0.79 0.76 0 0.04 237.51 0.91 0.58
Hex 34 3C F5 4F 4C 0 4 EE 5B 3A
Octal 64 74 365 117 114 0 4 356 133 72
Binary 110100 111100 11110101 1001111 1001100 0 100 11101110 1011011 111010

Color Harmonies of #343CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343CF5

Black with #343CF5

Text Example


Text Example

White with #343CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,60,245); }

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

background-color css

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

 a { background-color: rgb(52,60,245); }

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

border-color css

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

 span { border-color: rgb(52,60,245); }

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