Html Css Color HEX #343FFA Neon Blue

📋 copy color: '#343FFA'

red 52 ◦ green 63 ◦ blue 250

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

Shades of Neon Blue #343FFA

Tints of Neon Blue #343FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.49%

R = 14.25%
G = 17.26%
B = 68.49%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#343FFA (or 0x343FFA) is known color: Neon Blue. HEX triplet: 34, 3F and FA. RGB value is (52,63,250). Sum of RGB (Red+Green+Blue) = 52+63+250=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #343FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343FFA is #CBC005. Grayscale: #505050. Windows color (decimal): -13352966 or 16400180. OLE color: 16400180.

HSL color Cylindrical-coordinate representation of color #343FFA: hue angle of 236.67º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #343FFA is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 63 250 -
CMYK 0.79 0.75 0 0.02
HSL 236.67º 0.95% 0.59% -
HSV(B) 236.67º 0.79% 0.98% -
XYZ 20.45 11.19 91.52 -
YUV 81.03 223.36 107.29 -
System Red Green Blue C M Y K H S L
Decimal 52 63 250 0.79 0.75 0 0.02 236.67 0.95 0.59
Hex 34 3F FA 4F 4B 0 2 ED 5F 3B
Octal 64 77 372 117 113 0 2 355 137 73
Binary 110100 111111 11111010 1001111 1001011 0 10 11101101 1011111 111011

Color Harmonies of #343FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343FFA

Black with #343FFA

Text Example


Text Example

White with #343FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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