Html Css Color HEX #343FE4 Neon Blue

📋 copy color: '#343FE4'

red 52 ◦ green 63 ◦ blue 228

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

Shades of Neon Blue #343FE4

Tints of Neon Blue #343FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 66.47%

R = 15.16%
G = 18.37%
B = 66.47%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#343FE4 (or 0x343FE4) is known color: Neon Blue. HEX triplet: 34, 3F and E4. RGB value is (52,63,228). Sum of RGB (Red+Green+Blue) = 52+63+228=343 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.16% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 228 (89.45% from 255 or 66.47% from 343); Max value from RGB is 228 - color contains mainly: blue. Hex color #343FE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343FE4 is #CBC01B. Grayscale: #4D4D4D. Windows color (decimal): -13352988 or 14958388. OLE color: 14958388.

HSL color Cylindrical-coordinate representation of color #343FE4: hue angle of 236.25º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #343FE4 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 52 63 228 -
CMYK 0.77 0.72 0 0.11
HSL 236.25º 0.77% 0.55% -
HSV(B) 236.25º 0.77% 0.89% -
XYZ 17.2 9.89 74.4 -
YUV 78.52 212.36 109.08 -
System Red Green Blue C M Y K H S L
Decimal 52 63 228 0.77 0.72 0 0.11 236.25 0.77 0.55
Hex 34 3F E4 4D 48 0 B EC 4D 37
Octal 64 77 344 115 110 0 13 354 115 67
Binary 110100 111111 11100100 1001101 1001000 0 1011 11101100 1001101 110111

Color Harmonies of #343FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343FE4

Black with #343FE4

Text Example


Text Example

White with #343FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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