Html Css Color HEX #263DFD Neon Blue

📋 copy color: '#263DFD'

red 38 ◦ green 61 ◦ blue 253

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

Shades of Neon Blue #263DFD

Tints of Neon Blue #263DFD

RGB

 RED value IS 38 (15.23% from 255) = 10.8%

 GREEN value IS 61 (24.22% from 255) = 17.33%

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

R = 10.8%
G = 17.33%
B = 71.88%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#263DFD (or 0x263DFD) is known color: Neon Blue. HEX triplet: 26, 3D and FD. RGB value is (38,61,253). Sum of RGB (Red+Green+Blue) = 38+61+253=352 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.80% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 253 (99.22% from 255 or 71.88% from 352); Max value from RGB is 253 - color contains mainly: blue. Hex color #263DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263DFD is #D9C202. Grayscale: #4B4B4B. Windows color (decimal): -14270979 or 16596262. OLE color: 16596262.

HSL color Cylindrical-coordinate representation of color #263DFD: hue angle of 233.58º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #263DFD is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 38 61 253 -
CMYK 0.85 0.76 0 0.01
HSL 233.58º 0.98% 0.57% -
HSV(B) 233.58º 0.85% 0.99% -
XYZ 20.2 10.84 93.96 -
YUV 76.01 227.88 100.89 -
System Red Green Blue C M Y K H S L
Decimal 38 61 253 0.85 0.76 0 0.01 233.58 0.98 0.57
Hex 26 3D FD 55 4C 0 1 EA 62 39
Octal 46 75 375 125 114 0 1 352 142 71
Binary 100110 111101 11111101 1010101 1001100 0 1 11101010 1100010 111001

Color Harmonies of #263DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263DFD

Black with #263DFD

Text Example


Text Example

White with #263DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263DFD; }

 p { color: rgb(38,61,253); }

 H1.HeaderClassName
 {
   color: #263DFD;
 }
 .AnyTagClassName
 {
   color: #263DFD;
 }
</style>

background-color css

<style>
 a { background-color: #263DFD; }

 a { background-color: rgb(38,61,253); }

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

border-color css

<style>
 span { border-color: #263DFD; }

 span { border-color: rgb(38,61,253); }

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