Html Css Color HEX #3334FD Neon Blue

📋 copy color: '#3334FD'

red 51 ◦ green 52 ◦ blue 253

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

Shades of Neon Blue #3334FD

Tints of Neon Blue #3334FD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.61%

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

R = 14.33%
G = 14.61%
B = 71.07%

CMYK

 C value IS 0.80

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3334FD (or 0x3334FD) is known color: Neon Blue. HEX triplet: 33, 34 and FD. RGB value is (51,52,253). Sum of RGB (Red+Green+Blue) = 51+52+253=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 253 (99.22% from 255 or 71.07% from 356); Max value from RGB is 253 - color contains mainly: blue. Hex color #3334FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3334FD is #CCCB02. Grayscale: #494949. Windows color (decimal): -13421315 or 16593971. OLE color: 16593971.

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

Color convert

RGB 51 52 253 -
CMYK 0.80 0.79 0 0.01
HSL 239.7º 0.98% 0.6% -
HSV(B) 239.7º 0.8% 0.99% -
XYZ 20.32 10.25 93.84 -
YUV 74.62 228.67 111.16 -
System Red Green Blue C M Y K H S L
Decimal 51 52 253 0.80 0.79 0 0.01 239.7 0.98 0.6
Hex 33 34 FD 50 4F 0 1 F0 62 3C
Octal 63 64 375 120 117 0 1 360 142 74
Binary 110011 110100 11111101 1010000 1001111 0 1 11110000 1100010 111100

Color Harmonies of #3334FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3334FD

Black with #3334FD

Text Example


Text Example

White with #3334FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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