Html Css Color HEX #3341FD Neon Blue

📋 copy color: '#3341FD'

red 51 ◦ green 65 ◦ blue 253

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

Shades of Neon Blue #3341FD

Tints of Neon Blue #3341FD

RGB

 RED value IS 51 (20.31% from 255) = 13.82%

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

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

R = 13.82%
G = 17.62%
B = 68.56%

CMYK

 C value IS 0.80

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3341FD (or 0x3341FD) is known color: Neon Blue. HEX triplet: 33, 41 and FD. RGB value is (51,65,253). Sum of RGB (Red+Green+Blue) = 51+65+253=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #3341FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3341FD is #CCBE02. Grayscale: #515151. Windows color (decimal): -13417987 or 16597299. OLE color: 16597299.

HSL color Cylindrical-coordinate representation of color #3341FD: hue angle of 235.84º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3341FD is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 65 253 -
CMYK 0.80 0.74 0 0.01
HSL 235.84º 0.98% 0.6% -
HSV(B) 235.84º 0.8% 0.99% -
XYZ 20.99 11.58 94.06 -
YUV 82.25 224.36 105.71 -
System Red Green Blue C M Y K H S L
Decimal 51 65 253 0.80 0.74 0 0.01 235.84 0.98 0.6
Hex 33 41 FD 50 4A 0 1 EC 62 3C
Octal 63 101 375 120 112 0 1 354 142 74
Binary 110011 1000001 11111101 1010000 1001010 0 1 11101100 1100010 111100

Color Harmonies of #3341FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3341FD

Black with #3341FD

Text Example


Text Example

White with #3341FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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