Html Css Color HEX #3441FD Neon Blue

📋 copy color: '#3441FD'

red 52 ◦ green 65 ◦ blue 253

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

Shades of Neon Blue #3441FD

Tints of Neon Blue #3441FD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.57%

 BLUE value IS 253 (99.22% from 255) = 68.38%

R = 14.05%
G = 17.57%
B = 68.38%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3441FD (or 0x3441FD) is known color: Neon Blue. HEX triplet: 34, 41 and FD. RGB value is (52,65,253). Sum of RGB (Red+Green+Blue) = 52+65+253=370 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.05% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 253 (99.22% from 255 or 68.38% from 370); Max value from RGB is 253 - color contains mainly: blue. Hex color #3441FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3441FD is #CBBE02. Grayscale: #515151. Windows color (decimal): -13352451 or 16597300. OLE color: 16597300.

HSL color Cylindrical-coordinate representation of color #3441FD: hue angle of 236.12º degrees, saturation: 0.98, 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 #3441FD is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 65 253 -
CMYK 0.79 0.74 0 0.01
HSL 236.12º 0.98% 0.6% -
HSV(B) 236.12º 0.79% 0.99% -
XYZ 21.04 11.6 94.06 -
YUV 82.55 224.19 106.21 -
System Red Green Blue C M Y K H S L
Decimal 52 65 253 0.79 0.74 0 0.01 236.12 0.98 0.6
Hex 34 41 FD 4F 4A 0 1 EC 62 3C
Octal 64 101 375 117 112 0 1 354 142 74
Binary 110100 1000001 11111101 1001111 1001010 0 1 11101100 1100010 111100

Color Harmonies of #3441FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3441FD

Black with #3441FD

Text Example


Text Example

White with #3441FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3441FD; }

 p { color: rgb(52,65,253); }

 H1.HeaderClassName
 {
   color: #3441FD;
 }
 .AnyTagClassName
 {
   color: #3441FD;
 }
</style>

background-color css

<style>
 a { background-color: #3441FD; }

 a { background-color: rgb(52,65,253); }

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

border-color css

<style>
 span { border-color: #3441FD; }

 span { border-color: rgb(52,65,253); }

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