Html Css Color HEX #343FE7 Neon Blue

📋 copy color: '#343FE7'

red 52 ◦ green 63 ◦ blue 231

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

Shades of Neon Blue #343FE7

Tints of Neon Blue #343FE7

RGB

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

 GREEN value IS 63 (25% from 255) = 18.21%

 BLUE value IS 231 (90.63% from 255) = 66.76%

R = 15.03%
G = 18.21%
B = 66.76%

CMYK

 C value IS 0.77

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#343FE7 (or 0x343FE7) is known color: Neon Blue. HEX triplet: 34, 3F and E7. RGB value is (52,63,231). Sum of RGB (Red+Green+Blue) = 52+63+231=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 231 (90.62% from 255 or 66.76% from 346); Max value from RGB is 231 - color contains mainly: blue. Hex color #343FE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343FE7 is #CBC018. Grayscale: #4E4E4E. Windows color (decimal): -13352985 or 15154996. OLE color: 15154996.

HSL color Cylindrical-coordinate representation of color #343FE7: hue angle of 236.31º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #343FE7 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 52 63 231 -
CMYK 0.77 0.73 0 0.09
HSL 236.31º 0.79% 0.55% -
HSV(B) 236.31º 0.77% 0.91% -
XYZ 17.62 10.05 76.61 -
YUV 78.86 213.86 108.84 -
System Red Green Blue C M Y K H S L
Decimal 52 63 231 0.77 0.73 0 0.09 236.31 0.79 0.55
Hex 34 3F E7 4D 49 0 9 EC 4F 37
Octal 64 77 347 115 111 0 11 354 117 67
Binary 110100 111111 11100111 1001101 1001001 0 1001 11101100 1001111 110111

Color Harmonies of #343FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343FE7

Black with #343FE7

Text Example


Text Example

White with #343FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,63,231); }

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

background-color css

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

 a { background-color: rgb(52,63,231); }

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

border-color css

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

 span { border-color: rgb(52,63,231); }

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