Html Css Color HEX #333CFD Neon Blue

📋 copy color: '#333CFD'

red 51 ◦ green 60 ◦ blue 253

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

Shades of Neon Blue #333CFD

Tints of Neon Blue #333CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.48%

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

R = 14.01%
G = 16.48%
B = 69.51%

CMYK

 C value IS 0.80

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#333CFD (or 0x333CFD) is known color: Neon Blue. HEX triplet: 33, 3C and FD. RGB value is (51,60,253). Sum of RGB (Red+Green+Blue) = 51+60+253=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 253 (99.22% from 255 or 69.51% from 364); Max value from RGB is 253 - color contains mainly: blue. Hex color #333CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333CFD is #CCC302. Grayscale: #4E4E4E. Windows color (decimal): -13419267 or 16596019. OLE color: 16596019.

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

Color convert

RGB 51 60 253 -
CMYK 0.80 0.76 0 0.01
HSL 237.33º 0.98% 0.6% -
HSV(B) 237.33º 0.8% 0.99% -
XYZ 20.71 11.03 93.97 -
YUV 79.31 226.02 107.81 -
System Red Green Blue C M Y K H S L
Decimal 51 60 253 0.80 0.76 0 0.01 237.33 0.98 0.6
Hex 33 3C FD 50 4C 0 1 ED 62 3C
Octal 63 74 375 120 114 0 1 355 142 74
Binary 110011 111100 11111101 1010000 1001100 0 1 11101101 1100010 111100

Color Harmonies of #333CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333CFD

Black with #333CFD

Text Example


Text Example

White with #333CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333CFD; }

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

 H1.HeaderClassName
 {
   color: #333CFD;
 }
 .AnyTagClassName
 {
   color: #333CFD;
 }
</style>

background-color css

<style>
 a { background-color: #333CFD; }

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

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

border-color css

<style>
 span { border-color: #333CFD; }

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

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